Closed martiningram closed 7 years ago
Thanks for the fast reply. Just for reference: I computed the image mean on the augmented VOC set to be [102.93, 111.36, 116.52] in BGR. After some research, I think the one in train.py
is actually the ImageNet mean (see e.g. here: https://github.com/BVLC/caffe/wiki/Models-accuracy-on-ImageNet-2012-val). I guess that makes sense, since the initial training is done there.
Thanks also for your point about keeping it constant. I'll stick to the ImageNet mean for now.
Hi DrSleep,
Thanks for this fantastic repo!
I am trying to reproduce the image mean given in
train.py
, but I am having a bit of trouble. I have a few questions:In general, would you recommend recomputing the image mean for each new dataset (even if it's really small), or keeping it at the original?
Thank you, Martin