在指定目录下筛选没有对应标注文件(.xml)的图片,并移动到「未标注图片」子目录。当用户提到筛选未标注图片、未标数据、清洗图片数据集时使用。
筛选未标注的图像
在指定目录下,筛选出没有对应标注文件(如 .xml)的图片,并将其移动到 未标注图片 子目录中。
office/skills/ruiming/screen_unmarked_image/
from skills.ruiming import screen_unmarked_image
screen_unmarked_image(dir_path='./dataset')| 参数 | 类型 | 必填 | 默认值 | 说明 |
|---|---|---|---|---|
dir_path | str | 是 | - | 图片及标注文件的存放路径 |
image_name_extension | str | 否 | '.jpg' | 图片文件的后缀 |
marked_file_name_extension | str | 否 | '.xml' | 标注文件的后缀 |
None(结果直接打印输出)
from skills.ruiming import screen_unmarked_image
screen_unmarked_image(dir_path='./my_dataset')office.api.testApi.ruiming.screen_unmarked_image
dd6fe56
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.