Can I adapt this project to yolo v3?
Opened this issue · 1 comments
locoda commented
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
Did you find a way to solve this ? I am currently facing the same issue...