Skip to content

Releases: v7labs/darwin-py

v0.5.20 Released

05 Jul 14:27
b4ac469
Compare
Choose a tag to compare
  • fixed issue with file name matching on imports

v0.5.19 Released

18 Jun 13:45
fd9db86
Compare
Choose a tag to compare
  • Remove mandatory dependency on scikit-learn
  • Make it possible to split video annotations into single frame annotations

v0.5.18 Released

25 May 09:56
Compare
Choose a tag to compare
  • use --append to append (instead of overwriting) annotations during import
  • fixed issue where width and height got swapped for coco exports.
  • updated fetch_items to handle more and longer filters.

v0.5.17 released

24 Apr 19:54
Compare
Choose a tag to compare
  • Support for binary coco RLE
  • Improved error message parsing
  • Using a new version of upolygon to handle issues with very large polygons.

v0.5.16 released

31 Mar 10:21
Compare
Choose a tag to compare
  • Add .TIFF support
  • Fix importing annotations with attributes
  • New archive/restore payload structure
  • Avoid stripping class names when reading class list
  • Fix symlink unlink on Windows
  • Remove WORKFLOW feature flag checks

v0.5.15 released

09 Feb 19:34
Compare
Choose a tag to compare
  • Speed up of annotations importing
  • Support for .svs uploads
  • Fixed bug in cross contamination
  • Fixed issue in exporting tags for videos
  • Use upolygon’s RLE ( ~15 times faster)
  • Function for computing annotation density
  • Optional rounding for COCO exports
  • Use png for encoding video frame downloads
  • Handle picture mode 1

v0.5.14 released

25 Nov 01:28
Compare
Choose a tag to compare
  • Bug fix for importing complex RLE masks from coco.
  • Removes extra prints during imports.
  • Updated readme with links to documentation.

v0.5.13 released

19 Nov 15:27
Compare
Choose a tag to compare
  • Import coco bounding boxes

v0.5.12 released

17 Nov 10:00
Compare
Choose a tag to compare

Features:

  • Support for .dcm and .avi files
  • Pull video frames instead of video with -video-frames flag
  • Can now import Darwin JSON videos annotations
  • Bug fixes with regards to team-slug/dataset-slug access
  • Handle complex polygons in import
  • Support for coco complex (RLE) polygons for import
  • Better Error handling for unsupported filetypes
  • Client can now send delete events

V0.5.11 released

24 Sep 13:27
Compare
Choose a tag to compare

Features:

  • Coco export includes bounding boxes
  • Support to upload tags to videos with new importer csv_tags_video
  • removed pycocotool dependency
  • Flag to download images into folders --folders

Bug fixes

  • pulling an export of a different format than darwin json now gives a proper error message

Breaking change

--as-video has been removed and instead there is a new flag --frames that is the inverse