open-mmlab / mmyolo

OpenMMLab YOLO series toolbox and benchmark. Implemented RTMDet, RTMDet-Rotated,YOLOv5, YOLOv6, YOLOv7, YOLOv8,YOLOX, PPYOLOE, etc.
https://mmyolo.readthedocs.io/zh_CN/dev/
GNU General Public License v3.0
2.91k stars 529 forks source link

if mmdeploy support yolov8, yolov7, pp-yoloe+ in mmyolo project. #911

Open kelvinwang139 opened 10 months ago

kelvinwang139 commented 10 months ago

What is the problem this feature will solve?

In the documentation: https://github.com/open-mmlab/mmyolo/blob/main/docs/en/recommended_topics/deploy/mmdeploy_guide.md

it hints that mmdeploy supports: YOLOv5、YOLOv6、YOLOX、RTMDet

Is any plan or has been done to support yolov8、yolov7、pp-yoloe+。 From the 📊 Overview of Benchmark and Model Zoo ,yolov8、yolov7、pp-yoloe+ has better performance.

Anyway, thanks for you great contribution for the open project!

What is the feature you are proposing to solve the problem?

In the documentation: https://github.com/open-mmlab/mmyolo/blob/main/docs/en/recommended_topics/deploy/mmdeploy_guide.md

it hints that mmdeploy supports: YOLOv5、YOLOv6、YOLOX、RTMDet

Is any plan or has been done to support yolov8、yolov7、pp-yoloe+。 From the 📊 Overview of Benchmark and Model Zoo ,yolov8、yolov7、pp-yoloe+ has better performance.

Anyway, thanks for you great contribution for the open project!

What alternatives have you considered?

No response

thiagoribeirodamotta commented 10 months ago

Up