Skip to content

Releases: scaleapi/nucleus-python-client

Revamped local upload, Segmentation local upload + custom camera parameters

16 Mar 18:43
5d631e4

Choose a tag to compare

Added

  • mask_url can now be a local file for segmentation annotations or predictions, meaning local upload is now supported for segmentations
  • Camera params for sensor fusion ingest now support additional camera params to accommodate fisheye camera, etc.
  • More detailed parameters to control for upload in case of timeouts (see dataset.upload_predictions, dataset.append, and dataset.upload_predictions)

Fixed

  • Artificially low concurrency for local uploads (all local uploads should be faster now)
  • Client no longer uses the deprecated (and now removed) segmentation-specific server endpoints
  • Fixed a bug where retries for local uploads were not working properly: should improve local upload robustness

Removed

  • client.predict, client.annotate, which have been marked as deprecated for several months.

Add LineAnnotation and LinePrediction support

10 Mar 00:11
bc99ce3

Choose a tag to compare

  • Add LineAnnotation and LinePrediction types to DatasetItems

Video API, Model and Autotag Metrics Improvements

09 Mar 02:56
ed0a796

Choose a tag to compare

  • Minor change to video API to require image_location instead of video_frame_location in DatasetItems
  • Add get_autotag_refinement_metrics
  • Add ability to get model using model_run_id

Video Upload

18 Feb 21:20
eac724d

Choose a tag to compare

  • Add video upload from frames
  • Add metadata update for scenes / items

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