Skip to content

Releases: v7labs/darwin-py

v0.7.25

12 Oct 12:38
ab582b3
Compare
Choose a tag to compare
  • Retry file list fetch in case url limit is exceeded by @balysv in #456

v0.7.24

30 Sep 09:08
2443695
Compare
Choose a tag to compare
  • Pass number of max workers for upload by @ahmedosama9777 in #428
  • Do not filter by annotation classes if not provided by client by @balysv in #450
  • Fix the dataset create bug where num_videos could be missing in RemoteDatasetV1 by @biendltb in #449

v0.7.23

28 Sep 16:34
23222b5
Compare
Choose a tag to compare
  • Added area of complex polygons when converting to coco (75dcc56)
  • Fixed crash when importing files with empty annotations for datasets belonging to both V1 and V2 (1ca49bf)
  • Added new option for V2 datasets when importing annotations, delete-for-empty which when set to true, will delete all annotations for a remote file when importing an empty annotation for said file. Example: darwin dataset import DATASET_NAME FORMAT FILES --delete-for-empty (1ca49bf)
  • Added support for uploading .webp files (265491b)
  • Added support to change the status of items to "complete" (e4ba93c)
  • Fixed issues with DatasetIetm setup in V2 datasets (8f6cd16)
  • Extended decoding algorithms when importing annotations from coco files. Coco file annotations now support the cyrilic alphabet (273b50f)

v0.7.22

12 Sep 08:56
22cfb7d
Compare
Choose a tag to compare
  • Fixed an issue where uploading files via the CLI would not work [https://github.com//pull/440]

v0.7.21

31 Aug 13:29
5a0ca54
Compare
Choose a tag to compare
  • Fixed an issue where using darwin dataset comment would not add a comment to the given file
  • Added missing documentation to post_comment for RemoteDataset
  • Fixed the name of a public function that had a typo in it
  • Added ability to download multiple files when they are registered as single file with multiple keys (mostly for DICOMs)

v0.7.20

30 Aug 14:29
efd324e
Compare
Choose a tag to compare

Fixed issue where only default team could be used when importing into V2 dataset.

v0.7.19 Released

30 Aug 11:11
2707abb
Compare
Choose a tag to compare

Added support for importing into darwin v2 datasets

v0.7.18

29 Aug 09:07
1e353a8
Compare
Choose a tag to compare
  • Add support for conversion of Darwin JSON annotations to YOLO format

v0.7.17

26 Aug 12:19
d199a0f
Compare
Choose a tag to compare
  • Only installs dataclasses if python version 3.6 or older. (thanks @campbell-remedy)
  • Fixes issue with dataset creation in v2

V0.7.16

10 Aug 16:43
cc96939
Compare
Choose a tag to compare

Improves error message when API call fails.