https://github.com/simarsingh24/caffe2facebook-detectore
Caffe2 based object recognition android app
https://github.com/simarsingh24/caffe2facebook-detectore
android caffe2 image-processing machine-learning
Last synced: 8 months ago
JSON representation
Caffe2 based object recognition android app
- Host: GitHub
- URL: https://github.com/simarsingh24/caffe2facebook-detectore
- Owner: simarsingh24
- Created: 2017-06-01T07:48:40.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-06-20T18:10:24.000Z (over 8 years ago)
- Last Synced: 2025-01-28T13:18:00.997Z (9 months ago)
- Topics: android, caffe2, image-processing, machine-learning
- Language: C++
- Homepage:
- Size: 41.2 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## AICamera
AICamera is a demo app that was displayed at Facebook's F8 event. The previous version (also on this repo) was getting quite old and attempted to demonstrate a build system that happened inside Android Studio. This led to some hacky techniques and I decided to rewrite the demo with a prebuilt Caffe2 library (which can be built using `build_android.sh` in the Caffe2 source).

### Download
git clone https://github.com/bwasti/AICamera.git
### Build
Click the green play button in Android Studio 2.2 and everything should build :)
### Tests
| Device | Network | FPS |
| ------------------ | ------------- | ----- |
| Samsung Galaxy S7 | SqueezeNet | 5.8 |
| Google Pixel | SqueezeNet | 5.7 |