You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Great work on the repo so far. I would like to contribute by adding a few custom models like centrenet, yolor, yolox.
I know that these models need to be converted to ONNX or TensorRT first, perhaps using torch2trt. Could you please provide some general steps as to how to achieve this? From my understanding we need to do the following:
Convert to TensorRT engine by adding to /fastmot/models/
Performance looks similar to yolov4-csp-swish but it might be worth a try. You can try using torch2trt in yolox.py if it doesn’t add too many dependencies.
Hey again @GeekAlexis
Great work on the repo so far. I would like to contribute by adding a few custom models like centrenet, yolor, yolox.
I know that these models need to be converted to ONNX or TensorRT first, perhaps using torch2trt. Could you please provide some general steps as to how to achieve this? From my understanding we need to do the following:
Thanks! I'll probably start with YoloX which already has TensorRT support
The text was updated successfully, but these errors were encountered: