Unknown layer type Cast in op ToFloat in function populateNet2
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?
@yellow_boy, Hi! I think we need to analyze the graph manually to know what type of layer produces Cast ops.