【ONNX】Faster-rcnn 转 ONNX
Faster RCNN代码可以参考下面链接:https://github.com/facebookresearch/maskrcnn-benchmark最后模型会保存为.pth格式,可以通过如下代码转为ONNXimport osimport numpyfrom io import BytesIOfrom matplotlib import pyplotimport re...