GOATmessi8/RFBNet

FileNotFoundError

Opened this issue · 0 comments

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