我训练了 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。