shicai / MobileNet-Caffe

Caffe Implementation of Google's MobileNets (v1 and v2)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The accuracy i test is lower than that in the readme file

basaltzhang opened this issue · comments

I try to evaluate the accuracy of mobilenet v2 using the caffemodel & prototxt in the git, however the result of top1 is 0.6977 in the validation set

after resize the min side to 256 and center crop the image, the accuracy is 0.7189😀