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 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!