shicai / MobileNet-Caffe

Caffe Implementation of Google's MobileNets (v1 and v2)
BSD 3-Clause "New" or "Revised" License
1.26k stars 707 forks source link

caffe #26

Open ghost opened 7 years ago

ghost commented 7 years ago

i try to use mobileNet caffemodel and prototxt in caffe classification with a cat image ,this image is in examples\images, i can not understand the answer mobileNet 10.9953 - "n02948072 candle, taper, wax light" 10.6561 - "n06874185 traffic light, traffic signal, stoplight" 9.6233 - "n04591713 wine bottle" 9.1139 - "n04286575 spotlight, spot" 9.0703 - "n04356056 sunglasses, dark glasses, shades" where am i wrong, i just replace the model file and trained file in caffe

shicai commented 7 years ago

something went wrong with image preprocessing and post-processing.

ghost commented 7 years ago

@shicai it work,thank you