laugh12321 / TensorRT-YOLO

🚀 你的YOLO部署神器。TensorRT Plugin、CUDA Kernel、CUDA Graphs三管齐下,享受闪电般的推理速度。| Your YOLO Deployment Powerhouse. With the synergy of TensorRT Plugins, CUDA Kernels, and CUDA Graphs, experience lightning-fast inference speeds.
https://github.com/laugh12321/TensorRT-YOLO
GNU General Public License v3.0
540 stars 67 forks source link

[Question]: 支持NCNN吗 #9

Closed aaafdsf closed 6 months ago

aaafdsf commented 6 months ago

可以ncnn吗

laugh12321 commented 6 months ago

你好,导出的EfficientNMS插件仅支持在TensorRT上使用。目前这个项目仅考虑做Nvidia设备的部署。

aaafdsf commented 6 months ago

raise URLError(err) urllib.error.URLError: <urlopen error [WinError 10061] 由于目标计算机积极拒绝,无法连接。>

laugh12321 commented 6 months ago

在导出时模型会在git下拉对应的代码,可能是没有开代理的问题。 建议自行百度,可参考 https://blog.csdn.net/qq_43444008/article/details/100999809