Skip to content

v0.1.0

Latest
Compare
Choose a tag to compare
@Blankeos Blankeos released this 24 Mar 16:31

About

This release contains the model trained for our research paper at WVSU-CICT, ScolioVis.

The model keypointsrcnn_weights.pt, is used in the backend. Available on blankeos/scoliovis-api.

How to use

  1. Create a /models folder inside scoliovis-api project.
  2. Put keypointsrcnn_weights.pt inside scoliovis-api/models
  3. Run the api
    scoliovis-api> uvicorn main:app

FAQ

Why do I have to download the model separately?

The model is stored separately because it's 225.72mb big and not appropriate for version control on GitHub.

Does scoliovis-api download the model automatically?

Downloading of the model is automatic if you have the environment variable DETA_ID=<key> inside the .env file of scoliovis-api but for privacy and usage reasons, the key is not disclosed.