openvinotoolkit / datumaro

Dataset Management Framework, a Python library and a CLI tool to build, analyze and manage Computer Vision datasets.
https://openvinotoolkit.github.io/datumaro/
MIT License
525 stars 129 forks source link

Problem loading custom yolo dataset #1614

Open Sherlock1011 opened 1 week ago

Sherlock1011 commented 1 week ago

Hello, I got the following error when loading the yolo dataset I compiled: datumaro.components.errors.DatasetNotFoundError: Failed to find dataset 'yolo' at '/home/yangzeyu/dataset/infrared/LasHeR0327/results/dog/ The storage format of my dataset is as shown below: image How can I solve this? Is there something wrong with my file structure?

Sherlock1011 commented 1 week ago

This is my code image

sooahleex commented 1 week ago

Hi @Sherlock1011 Thank you for your interest in our project! Datumaro supports the YOLO format. Please ensure that your dataset follows this structure. If the structures match and you're still encountering issues, feel free to share your test dataset with me, and I’ll be happy to take a closer look.