Skip to content

Releases: scaleapi/nucleus-python-client

Video backward compatibility

25 May 22:48
05a695e
Compare
Choose a tag to compare

Restored backward compatibility of video constructor by adding back deprecated attachment_type argument

Export predictions for a slice

19 May 17:55
91b8743
Compare
Choose a tag to compare

Adds functionality to export predictions from a slice.

Validation of unique annotation IDs

13 May 08:50
05173ab
Compare
Choose a tag to compare

Fixed

  • Add checks for duplicate (reference_id, annotation_id) when uploading Annotations or Predictions

Validate reference IDs on client side

09 May 09:29
a4652dc
Compare
Choose a tag to compare

Fixed

  • Add checks for duplicate reference IDs when uploading data to Nucleus

Video Privacy Mode

06 May 22:45
e99dee2
Compare
Choose a tag to compare

Added

  • Video privacy mode

Changed

  • Removed attachment_type argument in video upload API

Drop invalid polygons from Validate analysis

04 May 12:45
967f252
Compare
Choose a tag to compare

Fixed

  • Invalid polygons are dropped from PolygonMetric iou matching

MP4 Video Upload

02 May 22:53
b4fb2f9
Compare
Choose a tag to compare

Added support for MP4 video upload

Use Shapely for faster evaluations and fix parameter passing

22 Apr 15:07
e4ff4f0
Compare
Choose a tag to compare

Fixed

  • Polygon and bounding box matching uses Shapely again providing faster evaluations
  • Evaluation function passing fixed for Polygon and Boundingbox configurationsk

Check payload size

21 Apr 22:08
684fe39
Compare
Choose a tag to compare

Adds a check on payload size to ensure it doesn't exceed the maximum.

Add KeypointsAnnotation and KeypointsPrediction support

21 Apr 18:53
a04eda0
Compare
Choose a tag to compare

Add support for keypoints annotations. Keypoints are defined as a collection of points, bundled with a skeleton that describes how they would physically connect when displayed on an image. This geometry is defined as:

  • keypoints: a list of {x, y, visible} objects that indicate an individual vertex
  • names: a list of names that correspond to the keypoints in this label
  • skeleton: a list of line segments that indicate the connections between the keypoints