This commit is contained in:
琉璃月光
2025-10-21 14:11:52 +08:00
parent 349449f2b7
commit df7c0730f5
363 changed files with 5386 additions and 578 deletions

View File

@ -116,8 +116,7 @@ if __name__ == "__main__":
CVAT_XML_PATH = "annotations.xml" # 你的 annotations.xml 文件
OUTPUT_DIR = "yolo_obb_dataset1" # 输出目录
CLASS_MAPPING = {
"clamp": 0, # 请根据你的实际类别修改
# "other_class": 1,
"clamp": 0,
}
# 执行转换