bushu
This commit is contained in:
@ -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,
|
||||
}
|
||||
|
||||
# 执行转换
|
||||
|
||||
Reference in New Issue
Block a user