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

FileNotFoundError #137

Open
Lixia1221 opened this issue Feb 17, 2022 · 0 comments
Open

FileNotFoundError #137

Lixia1221 opened this issue Feb 17, 2022 · 0 comments

Comments

@Lixia1221
Copy link

Loading base network...
Initializing weights...
Loading Dataset...
Traceback (most recent call last):
File "train_RFB.py", line 257, in
train()
File "train_RFB.py", line 165, in train
dataset = VOCDetection(VOCroot, train_sets, preproc(
File "/home/fsr/code/RFBNet/data/voc0712.py", line 173, in init
for line in open(os.path.join(rootpath, 'ImageSets', 'Main', name+'.txt')):
FileNotFoundError: [Errno 2] No such file or directory: '/home/fsr/data/VOCdevkit/VOC2007/ImageSets/Main/trainval.txt'

The document exists, still reported the error, ask how to modify it

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

1 participant