cnyvfang / labelGo-Yolov5AutoLabelImg

YOLOV5 semi-automatic annotation tool (Based on labelImg)
MIT License
449 stars 64 forks source link

出现label还原问题 #4

Closed huaijinwoyu closed 2 years ago

huaijinwoyu commented 2 years ago

问题背景: 选择文件夹读取后(图片为多张60张),选择data model加载,加载完成后所有的图片都有默认设置的label。现在从第一张图片开始review,如果有的动物没框选上,手动增加标记框,并保存第一张照片。此时第二张照片会把之前加载好的label覆盖成其它,而不是之前加载好的。

huaijinwoyu commented 2 years ago

解决办法,在程序运行前,清空data下的predefined_classes.txt,只留自己的label。

cnyvfang commented 2 years ago

感谢您对问题的提交及解决