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
Script to generate train.txt for custom yolov3 object detection. Just add file to root darknet folder and run following command from root directory after adding all training images to darknet/data/obj folder.
python generate_train.py
About
Script to generate train.txt for custom yolov3 object detection.