chensnathan / YOLOF

You Only Look One-level Feature (YOLOF), CVPR2021, Detectron2
MIT License
271 stars 28 forks source link

datasets #21

Closed woshichunge12 closed 3 years ago

woshichunge12 commented 3 years ago

Hello, first of all thank you and your team for your accomplishments. Is the datasets folder created by myself when I created the dataset, and is it that I can only use data in COCO format?

x-x110 commented 3 years ago

you can see https://detectron2.readthedocs.io/en/latest/tutorials/builtin_datasets.html to learn how to register dataset

woshichunge12 commented 3 years ago

you can see https://detectron2.readthedocs.io/en/latest/tutorials/builtin_datasets.html to learn how to register dataset

thank you,If I need to train on my own data set, do I need to change anything?

x-x110 commented 3 years ago

https://detectron2.readthedocs.io/en/latest/tutorials/datasets.html introduce how to use own data set