Skip to content

Releases: scaleapi/nucleus-python-client

Upload evaluation results into scenario tests for Validate

02 Jun 14:35
19fc293

Choose a tag to compare

v0.12.2

patch version bump for release (#309)

Video backward compatibility

25 May 22:48
05a695e

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

Choose a tag to compare

Adds functionality to export predictions from a slice.

Validation of unique annotation IDs

13 May 08:50
05173ab

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

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

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

Choose a tag to compare

Fixed

  • Invalid polygons are dropped from PolygonMetric iou matching

MP4 Video Upload

02 May 22:53
b4fb2f9

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

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

Choose a tag to compare

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