CVHub520 / X-AnyLabeling

Effortless data labeling with AI support from Segment Anything and other awesome models.
GNU General Public License v3.0
4.22k stars 484 forks source link

txt is NULL #672

Closed asd13723654042 closed 1 month ago

asd13723654042 commented 1 month ago

Search before asking

Question

按照手册上的步骤导出的YOLO分割标签txt文件是空的(已经有了配置文件)?

Additional

No response

CVHub520 commented 1 month ago
  1. Check if the shape_type is set to 'polygon'. You can quickly verify this by pressing Ctrl+G to open the dialog for a quick scan.
  2. Ensure that the annotated classes are included in your custom classes.txt file.

These steps should help address the "txt is NULL" issue. The problem likely stems from either an incorrect shape type or missing class definitions. By verifying these two aspects, you can troubleshoot and potentially resolve the issue.