Skip to content

mousyball/mobile_interactive_segmentation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

TODO

  • 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
  • environment
    • docker
    • pipenv
    • mobile env/package
  • docs

Installation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published