我训练了MobileNetSSD进行物体检测。我使用了tensorflow模型中的对象检测API: https://github.com/tensorflow/models/tree/master/research/object_detection
如何在opencv dnn中使用(如何导出)我训练过的模型?我曾尝试使用本指南:
https://github.com/tensorflow/models/blob/master/research/object_detection/g3doc/exporting_models.md
但这种方法可能不适用于opencv。