Alex-fishred
Alex-fishred
I tried using torch.onnx.export But it doesn't work Even if torch.onnx.export is executed successfully, onnx will not be saved. And sometimes it succeeds and sometimes it doesn't very strange
Can I use single_gpu_test in the test.py file to generate result.pkl? I tried, but the GPU RAM usage will exceed 48G, unlike custom_multi_gpu_test which will be controlled at around 8G...
Can I know the position (pixel) of the model predicted object on the image? my request: I want to plot the trajectory predicted by the model I found that the...
This error was encountered when executing evaluate_trt.py. After checking, the context was empty. context should be set by engine.create_execution_context() Any suggestions? I'm sure engine has value
I'm trying to Build and Install Custom TensorRT Plugins When I execute make -j$(nproc) fatal error: cudnn.h: No such file or directory #include ^ compilation terminated. make[2]: *** [CMakeFiles/tensorrt_ops.dir/build.make:206: CMakeFiles/tensorrt_ops.dir/plugin/multi_head_attn/multiHeadAttnPlugin.cpp.o]...
I am executing onnx2trt.sh but got error How to solve it? 