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
Hi, I am trying to follow the instructions on "How to train (to detect your custom objects)" and am unclear on one of the steps.
Step 4 says:
Put image-files (.jpg) of your objects in the directory build\darknet\x64\data\obj\
And Step 6 says:
Create file train.txt in directory build\darknet\x64\data, with filenames of your images, each filename in new line, with path relative to darknet.exe, for example containing:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi, I am trying to follow the instructions on "How to train (to detect your custom objects)" and am unclear on one of the steps.
Step 4 says:
Put image-files (.jpg) of your objects in the directory build\darknet\x64\data\obj\
And Step 6 says:
Create file train.txt in directory build\darknet\x64\data, with filenames of your images, each filename in new line, with path relative to darknet.exe, for example containing:
If the intention is to have the filenames of the image relative to darknet.exe, shouldn't the file locations be written as:
Also related, but should obj.data and obj.names be saved under data/, or build/darknet/x64/data/?
Beta Was this translation helpful? Give feedback.
All reactions