Releases: scaleapi/nucleus-python-client
Releases · scaleapi/nucleus-python-client
Rename Model CI to Validate
v0.6.1 - Made dependency structure not as strict for COLAB notebooks
Get AsyncJob by ID
- Add
NucleusClient.get_jobto retrieveAsyncJobs by job ID
Add AP and mAP to Polygon Metrics
What's Changed
- Add average precision and mean average precision to polygon metrics
Remove shapely dependency
What's Changed
- Add dataset.delete_scene
- Remove shapely dependency
Fix python 3.6 compatibility
Fixed dependencies to be fully compatible with python 3.6
Add Metrics
- Adds IOU, precision, and recall for box/polygon annotations and predictions
List Dataset Scenes
- Add
Dataset.scenesproperty that fetches the Scale-generated ID, reference ID, type, and metadata of all scenes in the Dataset.
Export raw Slice items
- Add
Slice.export_raw_items(), which exports accessible (signed) URLs pointing to the raw item on Scale's servers
Categorization Improvements
- Updatable category taxonomies
- Improved error messages for categorization
QoL Improvements for Slices
- Add
Slice.name - Add
Slice.items - Speed up
Slice.infoby not fetching Slice items - Deprecate
NucleusClient.slice_infoin favor ofSlice.info