soeaver / caffe-model

Caffe models (including classification, detection and segmentation) and deploy files for famouse networks
MIT License
1.28k stars 626 forks source link

range of input values for the models #41

Closed adwardlee closed 7 years ago

adwardlee commented 7 years ago

Hi soeaver,

What is the range of input values for inception-resnet and resnet? Could you please tell me which one is right? [0,255], [0,1] or [-1,1]? Thanks.

soeaver commented 7 years ago

0, 255

adwardlee commented 7 years ago

Thanks for your quick reply!

adwardlee commented 7 years ago

Sorry for reopening. The mean value is [104,117,123] or 128? Thanks.

soeaver commented 7 years ago

image

adwardlee commented 7 years ago

Thank you very much!