facebookarchive / AICamera

Demonstration of using Caffe2 inside an Android application.
Other
347 stars 136 forks source link

QQ not an "issue" #49

Open Christopheraburns opened 6 years ago

Christopheraburns commented 6 years ago

I am curious to know the feasibility of doing this demo but with a DragonBoard running aarch64 Debian? It is the same Snapdragon processor found in many phones, just running Linux rather than Android. TIA

orionr commented 6 years ago

HI @Christopheraburns - definitely possible. A lot of what's here is Android-specific (the camera access, use of Java, etc.) but you should be able to use straight C++ and do the equivalent on Linux. Take a look at our Ubuntu and CentOS builds of Caffe2 as a reference. Good luck!