pjreddie / darknet

Convolutional Neural Networks
http://pjreddie.com/darknet/
Other
25.73k stars 21.33k forks source link

Yolo-v3 in tensorflow #1406

Open Arup276 opened 5 years ago

Arup276 commented 5 years ago

I just want to know that how could i able to implement yolo-v3 in andriod mobile??

nkalupahana commented 5 years ago

You can't convert any YOLOv3 models over to TensorFlow -- they use a specialized yolo layer that is only available in Darknet, I believe. However, you can convert a full YOLOv1 model or a Tiny YOLOv2 model trained on the VOC dataset (and you can retrain it on your own dataset with Darknet first) to TensorFlow to use on Android and other platforms -- check out darkflow!

guotong1988 commented 5 years ago

Same question. Thank you.

AlexeyAB commented 5 years ago

@Arup276 @nkalupahana @guotong1988

You can try to use these ways: https://github.com/AlexeyAB/darknet#yolo-v3-in-other-frameworks