Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

there is some code shared between tf and caffe importers, that's why you get the message from caffe_io.cpp.

but the error says, it could not open the pbtxt file, most likely due to a wrong path.

try to put the files on sdcard or similar, not into your src folder, where it won't be accessible in the final apk (i guess)

there is some code shared between tf and caffe importers, that's why you get the message from caffe_io.cpp.

but the error says, it could not open the pbtxt file, file (and probably the pb, too), most likely due to a wrong path.

try to put the files on sdcard or similar, not into your src folder, where it won't be accessible in the final apk (i guess)

there is some code shared between tf and caffe importers, that's why you get the message from caffe_io.cpp.

but the error says, it could not open the pbtxt file (and probably the pb, too), most likely due to a wrong path.

try to put the files on sdcard or similar, not into your src folder, where it won't be accessible in the final apk

(i guess)

there is some code shared between tf and caffe importers, that's why you get the message from caffe_io.cpp.

but the error says, it could not open the pbtxt file (and probably the pb, too), most likely due to a wrong path.

try to put the files on sdcard or similar, not into your src folder, where it won't be accessible in the final apk

(i guess)

if you need to distribute the model files with your apk, see here how to copy it to some place, where opencv can read it