mirror of https://github.com/tracel-ai/burn.git
![]() COCO is a popular dataset which defines an own dataset format: https://cocodataset.org/#format-data This commit introduces a ImageFolderDataset::new_coco_detection() function, which expects a path to the JSON annotations file in COCO format and a path where the actual images are stored. Note, that while COCO also offers segmentation and pose estimation data, for now only the import of detection (bounding boxes) data is supported. |
||
---|---|---|
.. | ||
image_folder | ||
image_folder_coco | ||
segmask_folder | ||
dataset-fmt.csv | ||
dataset.csv | ||
dataset.json | ||
dataset_coco.json | ||
sqlite-dataset.db |