白鹭先生
白鹭先生
`[02/07/2024-21:51:33] [TRT] [E] ModelImporter.cpp:729: --- End node --- [02/07/2024-21:51:33] [TRT] [E] ModelImporter.cpp:732: ERROR: ModelImporter.cpp:168 In function parseGraph: [6] Invalid Node - TopK_587 This version of TensorRT only supports input K...
> Please update to TensorRT 8.6.x Thanks, it worked.
实现了rtmdet的tensorrt加速,转换onnx模型时必须转换为静态模型,仅供参考 @Tau-J ``` from typing import List, Tuple import os import numpy as np import tensorrt as trt import cv2 import time def build_model(onnx_file_path): engine_file_path = onnx_file_path.replace('.onnx', '.engine') if not...
I did not use docker to configure the environment, but configured it manually under win11. Which dependency did you have problems installing?
> actually I don't know the reason, the errors are as follows, and I can't solve it: so I want to get an environment that can successfully excute this code.Did...
> Thanks very much! I tried it but it still don't work. could please share your conda environment configuration(yml files by `conda env export > xxxx.yaml`)? thanks a lot! Sorry,...
> Thank a lot! I can run this code successfully using your environment condifuration. Congratulations! You are a student of Wuhan University?
> > > Thank a lot! I can run this code successfully using your environment condifuration. > > > > > > Congratulations! You are a student of Wuhan University?...