Releases: scaleapi/nucleus-python-client
Releases · scaleapi/nucleus-python-client
Upload evaluation results into scenario tests for Validate
v0.12.2 patch version bump for release (#309)
Video backward compatibility
Restored backward compatibility of video constructor by adding back deprecated attachment_type argument
Export predictions for a slice
Adds functionality to export predictions from a slice.
Validation of unique annotation IDs
Fixed
- Add checks for duplicate (
reference_id,annotation_id) when uploading Annotations or Predictions
Validate reference IDs on client side
Fixed
- Add checks for duplicate reference IDs when uploading data to Nucleus
Video Privacy Mode
Added
- Video privacy mode
Changed
- Removed attachment_type argument in video upload API
Drop invalid polygons from Validate analysis
Fixed
- Invalid polygons are dropped from PolygonMetric iou matching
MP4 Video Upload
Added support for MP4 video upload
Use Shapely for faster evaluations and fix parameter passing
Fixed
- Polygon and bounding box matching uses Shapely again providing faster evaluations
- Evaluation function passing fixed for Polygon and Boundingbox configurationsk
Check payload size
Adds a check on payload size to ensure it doesn't exceed the maximum.