Skip to content

Releases: v7labs/darwin-py

v0.7.1 Released

18 Nov 15:36
6ab24b4

Choose a tag to compare

  • Fixed an issue with coco imports not working
  • Fixed an issue with dataset slips not working
  • preliminary support for labelbox bouding_box imports

v0.7.0 Released

17 Nov 15:03
ca6e9d1

Choose a tag to compare

  • Files can now be reseted/move to NEW status
  • Item Count now considers both images and videos
  • Added support for polygon and complex_polygon bboxes in pascalvoc
  • Fixed weight measuring for classification datasets
  • Added support for item deletion in both CLI and SDK
  • General bug fixes

v0.6.15 Released

29 Oct 15:34
e2a931a

Choose a tag to compare

  • Added typing to all modules
  • PDF files can now be uploaded as videos
  • General bugfixes

v0.6.14 Released

21 Oct 15:24

Choose a tag to compare

  • Specify release_name parameter value in detectron2_register_datasets
  • Keep bounding box annotation data when splitting video annotations

v0.6.13 Released

20 Oct 10:12

Choose a tag to compare

  • New ml extra for ML-related dependencies (pip install darwin-py[ml])

v0.6.12 Released

08 Oct 10:30
7fc6215

Choose a tag to compare

  • Deconstruct Paths for COCO
  • fixed check on filename not existing (PascalVOC import issue)
  • Add DARWIN_UPLOAD_CHUNK_SIZE environment variable (fixing uploads failing when uploads are too big)
  • Improved failed requests handling
  • Added try except for symlink creation (Now symlink creation should not crash in any platform)
  • Add class to dataset based on annotation class id (adaption to new API)

v0.6.11 Released

05 Oct 15:37
67a1c0e

Choose a tag to compare

  • [HOTFIX] Convert target to Tensor in ClassificationDataset
  • [FIX] Change default behaviour in ClassificationDataset
  • Include progress when fetching dataset
  • Upload files with PUT instead of POST requests (to conform with API updates)

v0.6.10 Released

22 Sep 15:29
b4379bd

Choose a tag to compare

  • FIX: include sub-annotation data for all annotations converted to COCO
  • ClassificationDataset in torch module is now usable for multi-label classification purposes

v0.6.9 Released

15 Sep 08:59
107a1f9

Choose a tag to compare

  • import_annotations now raise when parameters have invalid format

v0.6.8 Released

13 Sep 16:22

Choose a tag to compare

  • Avoid creating latest symlinks of dataset versions when pulling datasets