Egor
Egor
我认为你应该翻译训练后获得的权重weights.pt 到ONNX模型,然后将其转换到TensorRT引擎。 然后在网上找到或者自己写一个c++中的推理代码,将使用TensorRT引擎。
@xinsuinizhuan I used it: https://github.com/thaitc-hust/yolov9-tensorrt I also first transfer weights.pt to ONNX with the NMS module, and then transfer to TensorRT Engine for inference.
@zerollzeng I have a same problem, can you help me, please? https://github.com/NVIDIA/TensorRT/issues/4053
@NVigne-cloud Haven't tried :( Apparently, we will not wait for the solution of our question