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

Can I adapt this project to yolo v3? #38

Open locoda opened 5 years ago

locoda commented 5 years ago

Since I noticed that your project used .pb file for graph, how you get that? We tried several projects, and got errors like Op type not registered 'LeakyRelu' in binary running on xxx. Make sure the Op and Kernel are registered in the binary running in this process. How you get a proper .pb file?

gmollard commented 5 years ago

Did you find a way to solve this ? I am currently facing the same issue...