IDEA-Research / DINO

[ICLR 2023] Official implementation of the paper "DINO: DETR with Improved DeNoising Anchor Boxes for End-to-End Object Detection"
Apache License 2.0
2.15k stars 232 forks source link

`FileNotFoundError` occurs while training the model from scratch. #125

Closed yakhyo closed 1 year ago

yakhyo commented 1 year ago

Thanks for your great work. I was trying to reproduce the results of your code. However I am facing some problems about the dataset.

Edited:

I found that the issue was coming while extracting the downloaded COCO dataset from MS COCO dataset page. Because of the some corrupted file. Then I downloaded the dataset from kaggle and now it works fine.