Files
4-2-image-labeling/q3/q3_3_质量自评.md
2509165008 96d521be98 完成
2026-06-25 15:54:43 +08:00

13 lines
829 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

1.标注前准备:
在图片标注中
1边界框必须紧贴目标物轮廓
2标签必须为 cat、dog、car必须小写英文不能写成"猫/狗/车"或"Cat/Dog/Car"
在文本标注中
1标注必须包含每条评论的 id 和 text 字段
2每个标注必须有一个 sentiment 字段,值为 "正面" 或 "负面"
2.标注过程
在图像的标注中,边界框内的留白较多,解决方法:最大限度地贴近目标轮廓
在文本的标注中,可能会遇到情感模糊的问题,解决办法:抓住关键词进行标注。
3.标注后检查
在图像标注中,再次检查边界框与目标轮廓是否贴合,检查导出的 yolo 文件内容是否完整
在文本标注中,对照关键词检查情感是否判断正确,检查导出的 json文件内容是否完整