CtrlK
BlogDocsLog inGet started
Tessl Logo

screen_without_label_json_file

筛选 shapes 字段为空的 JSON 标注文件,并移动到「无标签json文件」子目录。当用户提到筛选空标签 JSON、清洗 JSON 标注时使用。

Invalid
This skill can't be scored yet
Validation errors are blocking scoring. Review and fix them to unlock Quality, Impact and Security scores. See what needs fixing →
SKILL.md
Quality
Evals
Security

screen_without_label_json_file Skill

筛选无标签内容的 JSON 文件

功能描述

在指定目录下,筛选出 shapes 字段为空的 JSON 文件,并将其移动到 无标签json文件 子目录中。常用于数据清洗场景。

所属分类

office/skills/ruiming/screen_without_label_json_file/

调用方式

from skills.ruiming import screen_without_label_json_file

screen_without_label_json_file(dir_path='./jsons')

参数说明

参数类型必填默认值说明
dir_pathstr-JSON 文件的存放路径

返回值

None(结果直接打印输出)

使用示例

from skills.ruiming import screen_without_label_json_file
screen_without_label_json_file(dir_path='./annotations')

原始函数

office.api.testApi.ruiming.screen_without_label_json_file

Repository
CoderWanFeng/python-office
Last updated
First committed

Is this your skill?

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.