xiaolai-sqlai / mobilenetv3

mobilenetv3 with pytorch,provide pre-train model
MIT License
1.6k stars 341 forks source link

Image preprocessing method #1

Open zhangming8 opened 5 years ago

zhangming8 commented 5 years ago

Hi, thanks for your project. I have a question: what's your image preprocessing method before inference? Do you subtract the mean and divide the standard value or other method? I want to use your trained model to finetune other classification task.