You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: