natanielruiz / android-yolo

Real-time object detection on Android using the YOLO network with TensorFlow
Apache License 2.0
667 stars 212 forks source link

code for yolo #14

Closed akshaylamba closed 7 years ago

akshaylamba commented 7 years ago

I just want to Pass an Image and Get the Inference ...How Should I Do so...

natanielruiz commented 7 years ago

This project does not really do that. I would suggest doing an Android tutorial (https://www.udacity.com/courses/android) and trying to understand what the code is doing.