Skip to content

Releases: scaleapi/nucleus-python-client

v0.8.4

06 Apr 14:41
7363a0f
Compare
Choose a tag to compare
Changing `camera_params` of dataset items can now be done through the…

Validate Set Baseline Model Functionality

29 Mar 23:57
c9f1f59
Compare
Choose a tag to compare
Validate feature: setting baseline models (#266)

add new set model as baseline functions to client, remove add_criteria in favor of add_eval_function, bump version number and changelog

Fixes to Sensor Fusion CameraParams class

24 Mar 17:00
6f6c677
Compare
Choose a tag to compare

Includes small bug fixes improvements related to 3D sensor fusion scene upload

Generators for item export

18 Mar 22:15
9192734
Compare
Choose a tag to compare

Added

  • slice.items_generator() and dataset.items_generator() to allow for export of dataset items at any scale.

Revamped local upload, Segmentation local upload + custom camera parameters

16 Mar 18:43
5d631e4
Compare
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
Compare
Choose a tag to compare
  • Add LineAnnotation and LinePrediction types to DatasetItems

Video API, Model and Autotag Metrics Improvements

09 Mar 02:56
ed0a796
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare
  • Add NucleusClient.get_job to retrieve AsyncJobs by job ID