Hi, Hugo,
Thanks !
If you use caffe io to load image, in fact, the loaded image is in [0, 1], quoted from caffe io
"While Python represents images in [0, 1], certain Caffe models like CaffeNet and AlexNet represent images in [0, 255]"
Mean image subtraction is necessary for ImageNet models, but not here.
According to the yolo source code, I think yolo only requires the input image to be in [0, 1], but not [-1, 1].
For caffemodel part, I directly read the darknet model and stored it into a caffemodel without any modification.
Xing
在 2016年5月24日星期二 UTC-7上午1:39:44,Hugo Feng写道: