https://github.com/caffe2/AICamera
Raw File
Tip revision: b9ada8e7bd83394288653e4dbee6e83cc7f94cdf authored by Orion Reblitz-Richardson on 22 August 2018, 21:50:11 UTC
Merge pull request #60 from aidoraide/build-fix
Tip revision: b9ada8e
README.md
## 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).

![example](https://thumbs.gfycat.com/FlimsyInbornIndianabat-size_restricted.gif)

### Download

    git clone https://github.com/caffe2/AICamera.git

### Build

Click the green play button in Android Studio 3.0.1 and everything should build :)

### Tests

| Device             | Network       |  FPS  |
| ------------------ | ------------- | ----- |
| Samsung Galaxy S7  | SqueezeNet    |  5.8  |
| Google Pixel       | SqueezeNet    |  5.7  |

### License

Please see the LICENSE file in the root directory the source tree.
back to top