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

Flasback after loading CaffeSample on Android phone #25

Closed dyt001 closed 7 years ago

dyt001 commented 7 years ago

Everything is fine with the android build step. And I changed the batch size setting in net.prototxt before push it to sdcard. But when run app on the android phone, it always flashback to the home page. Do I missed any point?

dyt001 commented 7 years ago

screenshot from 2017-08-29 12 57 28 Error occured like this.

solrex commented 7 years ago

@dyt001 You need to push net.protobin to sd card instead of net.prototxt. Read the README.md through again.

dyt001 commented 7 years ago

That works. Thank you!