Does caffe has android-ndk (jni) library?

652 views
Skip to first unread message

Hemant Kumar

unread,
Mar 9, 2015, 5:55:53 AM3/9/15
to caffe...@googlegroups.com
I'm trying to implement object detection android app using android ndk, jni and openCV. Does caffe has any library for this?

Niko Gamulin

unread,
Mar 9, 2015, 11:50:23 AM3/9/15
to caffe...@googlegroups.com
This one works well on Android: https://github.com/sh1r0/caffe-android-lib

Hemant Kumar

unread,
Mar 10, 2015, 2:04:58 AM3/10/15
to caffe...@googlegroups.com
I got these error when i tried
 "git clone --recursive https://github.com/sh1r0/caffe-android-lib.git
cd caffe-android-lib
./build.py $(NDK_PATH)"
Errors : 
"Traceback (most recent call last):
  File "./build.py", line 102, in <module>
    main(sys.argv[1:])
  File "./build.py", line 94, in main
    setup()
  File "./build.py", line 24, in setup
    call(['curl', '-O', PROTOBUF_URL])
  File "/usr/lib/python2.7/subprocess.py", line 522, in call
    return Popen(*popenargs, **kwargs).wait()
  File "/usr/lib/python2.7/subprocess.py", line 710, in __init__
    errread, errwrite)
  File "/usr/lib/python2.7/subprocess.py", line 1327, in _execute_child
    raise child_exception
OSError: [Errno 20] Not a directory"

Aik Master

unread,
Sep 4, 2015, 7:10:50 AM9/4/15
to Caffe Users
Im getting the same (except for slightly different line numbers and python 3.4) errors.
Did you figure out how to fix these?
Reply all
Reply to author
Forward
0 new messages