dBeker / Faster-RCNN-TensorFlow-Python3

Tensorflow Faster R-CNN for Windows/Linux and Python 3 (3.5/3.6/3.7)
MIT License
612 stars 329 forks source link

Android support #84

Closed movie3105 closed 5 years ago

movie3105 commented 5 years ago

i'm sorry if you think this question is stupid, but can since this using tensorflow can we convert this code to tflite and run it on android ?

morpheusthewhite commented 5 years ago

I think you don't need anything to run it on android, just download termux and set up the project from command line (install python, needed dependencies etc.)

movie3105 commented 5 years ago

do you have any tutorial about that @morpheusthewhite i'll really appreciate that.

morpheusthewhite commented 5 years ago

https://wiki.termux.com/wiki/Instructions_for_installing_python_packages

movie3105 commented 5 years ago

but do we need to train the image again on android ? if yes doesn't it take long time to train it ?

morpheusthewhite commented 5 years ago

You can pass the saved checkpoint and use it for the demo