Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 1.21 KB

README.md

File metadata and controls

22 lines (15 loc) · 1.21 KB

中文 | English

COCO_only_person

forthebadge made-with-python

Use the python script to select images contains person in the COCO。

使用这个脚本去挑选出coco数据集中只包含人的图片。

Note:

注意:你需要以下文件。
1.coco2017数据集,训练集和测试集。(train2017)
2.txt格式的标签文件。(Download from here.Thanks to the author of YOLOv5))
3.Python环境。

通过txt标签文件判断当前图片是否包含人,所以txt文件是必须的。

coco数据集结构

2021-04-29 17-41-55 的屏幕截图

生成的coco_only_person数据集

2021-05-07 16-15-25 的屏幕截图