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
sir, i tried to do like this but not in the same folder as in research/object_detection instead i create new folder in desktop and save all the images, train and test images, the xml files in to that folder. i hve already done the train and test.csv with no error but when i try to run code python generate_tfrecord.py ---> python generate_tfrecord.py --csv_input=data/test_labels.csv --output_path=data/test.record --image_dir=test_labels" with "--image_dir=test_labels"
and it shows the error:
python: can't open file 'generate_tfrecord.py': [Errno 2] No such file or directory.
which cmd directory should i run the code ?
is it from models/research/object_detection (download from github repo) ?
or (venv) C:\Users\HP 14\Desktop\IDENTIME
tf\object_detection\data (my own folder in desktop) ?
should i move all the images from current dekstop folder to models/research/object_detection ?
The text was updated successfully, but these errors were encountered:
sir, i tried to do like this but not in the same folder as in research/object_detection instead i create new folder in desktop and save all the images, train and test images, the xml files in to that folder. i hve already done the train and test.csv with no error but when i try to run code python generate_tfrecord.py ---> python generate_tfrecord.py --csv_input=data/test_labels.csv --output_path=data/test.record --image_dir=test_labels" with "--image_dir=test_labels"
and it shows the error:
python: can't open file 'generate_tfrecord.py': [Errno 2] No such file or directory.
which cmd directory should i run the code ?
is it from models/research/object_detection (download from github repo) ?
or (venv) C:\Users\HP 14\Desktop\IDENTIME
tf\object_detection\data (my own folder in desktop) ?
should i move all the images from current dekstop folder to models/research/object_detection ?
The text was updated successfully, but these errors were encountered: