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
Hello when I run the train_frcnn.py as follows python train_frcnn.py -o simple -p images_train/train.txt the img = cv2.imread(filename) in simple_parser.py is empty and I get the error that the tittle says here is my train.txt file: train.txt
and the txt file is in the same folder with the images and their annotation what am I doing wrong?
Thanks in advance!
The text was updated successfully, but these errors were encountered:
Hello when I run the train_frcnn.py as follows
python train_frcnn.py -o simple -p images_train/train.txt
theimg = cv2.imread(filename)
insimple_parser.py
is empty and I get the error that the tittle says here is mytrain.txt
file:train.txt
and the txt file is in the same folder with the images and their annotation what am I doing wrong?
Thanks in advance!
The text was updated successfully, but these errors were encountered: