shouxieai / tensorRT_Pro

C++ library based on tensorrt integration
MIT License
2.57k stars 546 forks source link

部署yolov7后,推理的时候有警告,求大佬看看 #206

Open Yi-hash1 opened 1 year ago

Yi-hash1 commented 1 year ago

[2023-09-21 04:18:00][warn][trt_builder.cpp:33]:NVInfer: Using an engine plan file across different models of devices is not recommended and is likely to affect performance or even cause errors.

Yi-hash1 commented 1 year ago

Snipaste_2023-09-21_15-05-21

HaronCHou commented 11 months ago

engine不是在当前显卡下编译的,跨显卡编译的?!只给onnx,让C++自己重新编译生成engine,试一下