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

New classess and new model with Yolo #24

Open LtveG opened 6 years ago

LtveG commented 6 years ago

Hi~ @natanielruiz Your project is very very helpful to me. I want to detect Food but I don't know how to train fooddata with yolo code. Could you share your Yolo code ? and can produce .pb file.

Thank you very very much!

hardikchauhan8 commented 6 years ago

Hello, @natanielruiz I am in need for the same as @LtveG , Can you please help with this?

Thanks.

iamharisgul commented 6 years ago

I am also searching for this. Can anyone please help us. I will be thankful.

Regards Haris

BaptisteAmato commented 6 years ago

This app only shows the possibility of using Yolo weights with an Android device; have a look at Darknet (https://pjreddie.com/darknet/yolo/) and Darkflow (https://github.com/thtrieu/darkflow) to train your weights on your own data :)