PaddlePaddle / PaddleDetection

Object Detection toolkit based on PaddlePaddle. It supports object detection, instance segmentation, multiple object tracking and real-time multi-person keypoint detection.
Apache License 2.0
12.83k stars 2.89k forks source link

PP-YOLOE训练voc格式数据集 #9200

Closed stephen-TT closed 2 weeks ago

stephen-TT commented 2 weeks ago

问题确认 Search before asking

请提出你的问题 Please ask your question

PP-YOLOE训练voc格式数据集咋没有配置文件,全是coco数据集的配置文件 image

TingquanGao commented 2 weeks ago

暂未提供VOC格式的配置文件。建议尝试使用PaddleX,PaddleX支持VOC格式数据集转COCO格式,相关文档,同时PaddleX支持丰富的目标检测模型,可以更简单地完成模型开发。

stephen-TT commented 2 weeks ago

好的,明白,谢谢