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 ! @daijifeng001 Thank you for sharing this project for us! Now, I'd like to try training the model on my own dataset, and I notice there is a mean_image file. How to get that file if I want to train my own dataset, and your train process seems to use both voc2007 and voc2012, if I want to use only one dataset, which parts of code should I modify? Thank you!
The text was updated successfully, but these errors were encountered:
The mean_image file is calculated on the image-net dataset which is used to train the 'pre-trained network'. Since our weights are inherited from that network, we just keep it unchanged.
Hi ! @daijifeng001 Thank you for sharing this project for us! Now, I'd like to try training the model on my own dataset, and I notice there is a mean_image file. How to get that file if I want to train my own dataset, and your train process seems to use both voc2007 and voc2012, if I want to use only one dataset, which parts of code should I modify? Thank you!
The text was updated successfully, but these errors were encountered: