Releases: v7labs/darwin-py
Releases · v7labs/darwin-py
v0.5.17 released
- 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
- 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
- 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
- Bug fix for importing complex RLE masks from coco.
- Removes extra prints during imports.
- Updated readme with links to documentation.
v0.5.13 released
- Import coco bounding boxes
v0.5.12 released
Features:
- Support for .dcm and .avi files
- Pull video frames instead of video with
-video-framesflag - 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
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
Support for uploading videos as_video
v0.5.10 support for uploading as-video
List and modify files
v0.5.9 bump version number
Improved import for sub annotations
v0.5.8 improved import of sub annotations