Egrt / yolov7-obb

在YOLOv7的基础上使用KLD损失修改为旋转目标检测yolov7-obb
GNU General Public License v3.0
175 stars 26 forks source link

你的yolo.py需要torch2trt,但是pip install torch2trt 发现ERROR: No matching distribution found for torch2trt #19

Open xuexisuanfa opened 1 year ago

xuexisuanfa commented 1 year ago

你的yolo.py需要torch2trt,但是pip install torch2trt 发现ERROR: No matching distribution found for torch2trt 想问下你的pip install torch2trt 在哪下载

Egrt commented 1 year ago

这部分注释掉就可以,不需要Tensorrt加速就用不上这部分内容。

Egrt commented 1 year ago

你的yolo.py需要torch2trt,但是pip install torch2trt 发现ERROR: No matching distribution found for torch2trt 想问下你的pip install torch2trt 在哪下载

新版的没有这部分,重新拉取下代码。