Back to project page caffe-android-demo.
The source code is released under:
MIT License
If you think the Android project caffe-android-demo listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
package com.sh1r0.caffe_android_demo; /** * Created by shiro on 2014/10/9. */ public class ImageNet { public native void enableLog(boolean enabled); public native int initTest(String modelPath, String weightsPath); public native int runTest(String imgPath); }