Skip to content

Releases: scaleapi/nucleus-python-client

Rename Model CI to Validate

10 Feb 00:20
72e245f

Choose a tag to compare

v0.6.1

- Made dependency structure not as strict for COLAB notebooks

Get AsyncJob by ID

31 Jan 18:05
c95650f

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

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

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

Choose a tag to compare

Fixed dependencies to be fully compatible with python 3.6

Add Metrics

11 Jan 19:04
117ab14

Choose a tag to compare

  • Adds IOU, precision, and recall for box/polygon annotations and predictions

List Dataset Scenes

07 Jan 22:53
a090b7a

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

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

Choose a tag to compare

  • Updatable category taxonomies
  • Improved error messages for categorization

QoL Improvements for Slices

17 Dec 17:40
c5162e3

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