Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not able to load: datasets/VOC2007/Annotations/006423.xml. Continuing without aboarting... #124

Open
jinweiisgreat opened this issue Jul 5, 2023 · 4 comments

Comments

@jinweiisgreat
Copy link

image

Hi guys! Have you encountered this problem before? How did you solve it?
My environment is Python 3.8+torch1.10+cuda113;reliability == 0.5.6

Thank you!

@xxyzll
Copy link

xxyzll commented Sep 18, 2023

Did you solve it?

@xxyzll
Copy link

xxyzll commented Sep 18, 2023

Hello, I have resolved the issue. The problem was caused by an excessive number of threads loading the data. Therefore, you need to set num_workers to 1. You can add the following to the configuration file:

DATALOADER:
  NUM_WORKERS: 1

@1928908522
Copy link

Hello, i meet same question, but difference is :
this question at began of running and the code can running
image

@1928908522
Copy link

@1928908522 i find that this question have no effect to this train

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants