solrex / caffe-mobile

Optimized (for size and speed) Caffe lib for iOS and Android with out-of-the-box demo APP.
Other
317 stars 121 forks source link

use protobin and caffemodel to inference, the inference result is not what i want? #61

Open peterpaniff opened 5 years ago

peterpaniff commented 5 years ago

First i use prototxt and caffemodel to inference, i get the right result, but the compute cost is too high in my cellphone. when i change it to protobin and caffemodel to inference, the result is wrong? the confidence is alway 1, any ideas?

solrex commented 5 years ago

@peterpaniff The latest version does not support prototxt, how can you be able to use it to inference?