Unknown layer type Cast in op ToFloat in function populateNet2

asked 2017-09-25 08:35:04 -0600

Hello. I trained the MobileNetSSD for object detection. I used object detection API from tensorflow models:

https://github.com/tensorflow/models/...

When i import *.pb model to opencv i get error: "Unknown layer type Cast in op ToFloat in function populateNet"

what's wrong?

edit retag flag offensive close merge delete

Comments

@yellow_boy, Hi! I think we need to analyze the graph manually to know what type of layer produces Cast ops.

dkurt gravatar imagedkurt ( 2017-09-26 05:40:57 -0600 )edit