AlexeyAB / darknet

YOLOv4 / Scaled-YOLOv4 / YOLO - Neural Networks for Object Detection (Windows and Linux version of Darknet )
http://pjreddie.com/darknet/
Other
21.75k stars 7.96k forks source link

Android Tensorflow Yolo #5073

Open xinyee1997 opened 4 years ago

xinyee1997 commented 4 years ago

Have anyone of you successfully built yolo on android tensorflow. I am not getting any result when using yolo in android tensorflow.

anyone know the reason?

AlexeyAB commented 4 years ago

Did you use this manual? https://docs.openvinotoolkit.org/latest/_docs_MO_DG_prepare_model_convert_model_Convert_Model_From_TensorFlow.html#converting-a-darknet-yolo-model

xinyee1997 commented 4 years ago

@AlexeyAB Nope. I follow this manual http://seangtkelley.me/blog/2017/12/23/using-custom-yolov2-model-on-android

I will spend time on the manual u gave me and see how's the result . Thank you very much :)