Skip to content

Make dataset formats like YOLO/COCO/other-common-formats easy to import on Datamint (DAT-1053) - #136

Merged
luandalmazo merged 3 commits into
mainfrom
feat/DAT-1053
Aug 14, 2026
Merged

Make dataset formats like YOLO/COCO/other-common-formats easy to import on Datamint (DAT-1053)#136
luandalmazo merged 3 commits into
mainfrom
feat/DAT-1053

Conversation

@luandalmazo

Copy link
Copy Markdown
Collaborator

Added COCO Importer
Added YOLO Importer
Added Pascal VOC Importer
Updated docs
Created a new notebook

Closes DAT-1053.

Comment thread notebooks/03_datasets/05_import_dataset.ipynb
Comment thread datamint/importers/pascal_voc.py
Comment thread datamint/importers/yolo.py
Comment thread datamint/importers/yolo.py Outdated
identifier=box.label,
imported_from=imported_from,
)
n_boxes_uploaded += 1

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this exception is too broad. For instance, a keyboard interrupt (CTRL+C) would not cancel the whole process, but would make rather difficult to cancel the whole process since it would only cancel a single loop.

Comment thread datamint/importers/yolo.py
Comment thread datamint/importers/coco.py
Comment thread notebooks/03_datasets/05_import_dataset.ipynb Outdated
@luandalmazo
luandalmazo merged commit 82e0900 into main Aug 14, 2026
3 of 4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants