zhmiao / OpenLongTailRecognition-OLTR

Pytorch implementation for "Large-Scale Long-Tailed Recognition in an Open World" (CVPR 2019 ORAL)
BSD 3-Clause "New" or "Revised" License
839 stars 128 forks source link

Reproducing OLTR results #55

Closed DinSangrasi closed 4 years ago

DinSangrasi commented 4 years ago

I am facing a bit of trouble while reproducing the result. Could you please guide the easy steps with illustrations (if possible) to reproduce the results. One of the error messages is given below:

FileNotFoundError: [Errno 2] No such file or directory: '/home/dms947/MY_EXPERIMENTS/OLTR_CVPR 2019/OpenLongTailRecognition/Root_DataSets/ImageNet_2014/train/n03903868/n03903868_47159.JPEG'

When I verified, the image n03903868_47159.JPEG in the ImageNet_2014 dataset does not exist.

zhmiao commented 4 years ago

Hello @DinSangrasi , thank you very much for asking and sorry for the late reply! I am not sure why you have this problem. It seems we have this image on our end?

DinSangrasi commented 4 years ago

Thanks Zhmiao for your reply. It's ok I have resolved the issue.


From: Zhongqi Miao notifications@github.com Sent: Thursday, June 4, 2020 9:45:43 AM To: zhmiao/OpenLongTailRecognition-OLTR OpenLongTailRecognition-OLTR@noreply.github.com Cc: Din Sangrasi dms947@uowmail.edu.au; Mention mention@noreply.github.com Subject: Re: [zhmiao/OpenLongTailRecognition-OLTR] Reproducing OLTR results (#55)

Hello @DinSangrasihttps://github.com/DinSangrasi , thank you very much for asking and sorry for the late reply! I am not sure why you have this problem. It seems we have this image on our end?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHubhttps://github.com/zhmiao/OpenLongTailRecognition-OLTR/issues/55#issuecomment-638518022, or unsubscribehttps://github.com/notifications/unsubscribe-auth/ALOIXP66O7DQ2ESK6VQM3M3RU3OCPANCNFSM4LP762VQ.

TalentedMUSE commented 2 years ago

How do you solve this problem? I met the same problem that some of the folders in the ImageNet2014 train dataset are missing. image As you can see, there is no "n03903868" Thank you~~~

biter0088 commented 1 month ago

I have the same problem. FileNotFoundError: [Errno 2] No such file or directory: '/home/xiu/Learning/datasets/ImageNet_2014/train/n03899768/n03899768_14428.JPEG'

图片

biter0088 commented 4 weeks ago

Need to download CLS-LOC dataset, and I have write a note at: https://blog.csdn.net/BIT_HXZ/article/details/141039153 1 2 3 4 5