- pytorch model
- inference
- ONNX
- mobile
- hello world
- basic UI
- lenet + cifar10 inference
- cpu pre-processing and post-processing
- NNAPI integration
- test with mocking data
- integration with interactive UI
- hello world
- environment
- docker
- pipenv
- mobile env/package
- docs
Firstly, setup the environment by docker-compose.
# Build in detach mode
docker-compose up -d
For instance, There are two containers at the moment.
dc_pytorch
dc_android
Then, enter the container you want to use.
docker exec -it dc_pytorch /bin/bash