Replies: 2 comments 4 replies
-
Hi @kadirnar , Thank you for opening this ticket.
You can check out https://zhiqwang.com/yolov5-rt-stack/notebooks/onnx-graphsurgeon-inference-tensorrt.html for some numerical comparison. Actually we only embedded the The
YOLOv5 is great, but I personally don't like the official YOLOv5's yaml and parsing approach to build models, I think the yaml-parsing mechanism is not flexible to extend with other frameworks, so I refactor the model building mechanism according to TorchVision's philosophy. The abstractions of the modules have converged as the object detection models have evolved, and we believe that the pre-processing and post-processing will converge to a coarse-grained operator. The post-processing is something like the At the same time I am personally encouraging people to apply this approach to frameworks such as YOLOX, YOLOv6, YOLOv7 and others, in fact you can see that these frameworks have applied it in a variety of different ways. |
Beta Was this translation helpful? Give feedback.
-
Thank you for the explanation. |
Beta Was this translation helpful? Give feedback.
-
Hello @zhiqwang ,
How are they different from the tensorRT code in the main repo? Fps and performance differences?
Beta Was this translation helpful? Give feedback.
All reactions