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
I wanted to know how do we need to train the object detector?
Do we break images into patches and feed them to the coarse net? do we need to label the patches separately to identify whether images are in the patches or not? and are you resizing the 64x64 patch to 320x320 for training yolo?
Also about storing the output in the desired format, can you please share the code to take yolo o/p and store it in the folder pattern you have described in the readme?
The text was updated successfully, but these errors were encountered:
Hi burak and chris,
I wanted to know how do we need to train the object detector?
Do we break images into patches and feed them to the coarse net? do we need to label the patches separately to identify whether images are in the patches or not? and are you resizing the 64x64 patch to 320x320 for training yolo?
Also about storing the output in the desired format, can you please share the code to take yolo o/p and store it in the folder pattern you have described in the readme?
The text was updated successfully, but these errors were encountered: