Closed eccstartup closed 6 years ago
No effection
@engineer1109 How did you know? Have you tried train1.py
?
@eccstartup [103.939, 116.779, 123.68] means the pixel mean value. No use.
[103.939, 116.779, 123.68] is from ImageNet, you don not need to change it when you train your own dataset. What's more, this trick does not effect a lot.
I read about this constant in your paper that it is the mean value of training set, and the
reference1.py
runs pretty well with sample pictures. But is it the general setting for any set of dataset? I mean, how to set this value for my own dataset, or, I can just ignore it?I kind of have trouble in training. It just won't converge. With limitted number of pictures(144 for training actually), how to adjust parameters and superparameters of this training?
Thanks.