a question in yolo checkpoint converter #489
Unanswered
junghyun-avikus
asked this question in
Q&A
Replies: 1 comment
-
Modification is necessary, and it is quite messy actually. The main point I did was to print out the module (via Our main effort is to link nvidia's efficientNMS plugin to the model for TensorRT as reported in here, and the recommended way is to link the plugin together by modifying the ONNX graph. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
https://github.com/zhiqwang/yolov5-rt-stack/blob/8b578eb9a7910f1dcb28188a36c8c540d15a9430/yolort/models/_checkpoint.py#L53-L64
The above lines seem to be hard coded based on the Ultralytics yolov5.
I, however, made a small change in the model, and the model is defined by the following yaml.
Everything statys the same, but at the end, I added an extra CBAM module right before the Detect.
So I made a change to the head index, increased by 1, but I am not sure what block maps are for.
Should I make further changes?
Beta Was this translation helpful? Give feedback.
All reactions