UsernameIsName-bot
Results
2
issues of
UsernameIsName-bot
` (YOLOV3 TENSORFLOW) C:\Users\Name\YOLOv3_TensorFlow\misc>python parse_voc_xml.py Traceback (most recent call last): File "parse_voc_xml.py", line 94, in gen_train_txt('train.txt') File "parse_voc_xml.py", line 79, in gen_train_txt img_names = open(path, 'r').readlines() FileNotFoundError: [Errno 2] No...
I checked through my train.txt and every line has a label. In addition, i also added extra blanks at the bottom of data.names file. I used the parse_voc_xml.py to generate...