Skip to content

Releases: scaleapi/nucleus-python-client

Get AsyncJob by ID

31 Jan 18:05
c95650f
Compare
Choose a tag to compare
  • Add NucleusClient.get_job to retrieve AsyncJobs by job ID

Add AP and mAP to Polygon Metrics

26 Jan 04:35
a3c4e9d
Compare
Choose a tag to compare

What's Changed

  • Add average precision and mean average precision to polygon metrics

Remove shapely dependency

20 Jan 20:39
e730bcf
Compare
Choose a tag to compare

What's Changed

  • Add dataset.delete_scene
  • Remove shapely dependency

Fix python 3.6 compatibility

12 Jan 00:43
77dd069
Compare
Choose a tag to compare

Fixed dependencies to be fully compatible with python 3.6

Add Metrics

11 Jan 19:04
117ab14
Compare
Choose a tag to compare
  • Adds IOU, precision, and recall for box/polygon annotations and predictions

List Dataset Scenes

07 Jan 22:53
a090b7a
Compare
Choose a tag to compare
  • Add Dataset.scenes property that fetches the Scale-generated ID, reference ID, type, and metadata of all scenes in the Dataset.

Export raw Slice items

05 Jan 04:51
18f7ccd
Compare
Choose a tag to compare
  • Add Slice.export_raw_items(), which exports accessible (signed) URLs pointing to the raw item on Scale's servers

Categorization Improvements

04 Jan 01:19
6012b08
Compare
Choose a tag to compare
  • Updatable category taxonomies
  • Improved error messages for categorization

QoL Improvements for Slices

17 Dec 17:40
c5162e3
Compare
Choose a tag to compare
  • Add Slice.name
  • Add Slice.items
  • Speed up Slice.info by not fetching Slice items
  • Deprecate NucleusClient.slice_info in favor of Slice.info

Differentiation between sequence and item-level datasets

14 Dec 05:17
bfde0d0
Compare
Choose a tag to compare

The changes in this PR introduce a new category of Nucleus Dataset: the scene dataset. The purpose of the is_scene parameter to the NucleusDataset constructor is to differentiate between datasets composed of sequences and datasets composed of individual items. Scenes can only be uploaded to datasets created by setting the is_scene=True, and vice versa, items can only be added to datasets where is_scene=False