- Fill all fields in
settings.py
in the sectionBefore uploading to instance
. - Implement the
convert_and_upload_supervisely_project()
function inconvert.py
. - Run
main.py
to upload the dataset to the Supervisely instance. - Check the result in the web interface, select an image for preview and check if annotations are having correct colors.
- Fill all required fields in
settings.py
in the sectionAfter uploading to instance
. - If needed fill in optional fields in
settings.py
in the sectionAfter uploading to instance
. - Run
main.py
to change thecustom_data
of the project and build the required files in the repository. - Fill necessary fields in
options.py
to configure visualizations. - Commit and push changes to the repository.