natanielruiz/android-yolo

Can I adapt this project to yolo v3?

Opened this issue · 1 comments

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?

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