Closed JeongHanJun closed 8 months ago
You've chosen to report an unexpected problem or bug. Unless you already know the root cause of it, please include details about it by filling the issue template. The following information is missing: "Instructions To Reproduce the Issue and Full Logs";
Requested information was not provided in 7 days, so we're closing this issue.
Please open new issue if information becomes available. Otherwise, use github discussions for free-form discussions.
The command to execute the above code is as follows. $ python detectron2/tools/deploy/export_model.py --sample-image sample_image.jpg --config-file unbiased-teacher-v2/faster_rcnn_R_101_DC5_3x_DPC_train_config.json --export-method tracing --output ./ MODEL.WEIGHTS unbiased-teacher-v2/faster_rcnn_R_101_DC5_3x_DPC_model.pth MODEL.DEVICE cpu
Full logs or other relevant observations:
please simplify the steps as much as possible so they do not require additional resources to run, such as a private dataset.
Environment:
Provide your environment information using the following command:
The result of executing the above command is as follows.
I don't know why so many warnings occurred, and I don't know how to solve it. Are various operations used in the Faster RCNN model not supported? How can I convert the trained Faster RCNN model to ONNX?? If there is anyone who has successfully converted the Faster RCNN model to ONNX format, I would appreciate it if you could provide detailed advice.
And I have no idea about 'model.ts'. Why does this error occur?? What role does ‘model.ts’ play when converting to ONNX?