Files
2026-05-20 15:05:35 +08:00

319 lines
6.4 KiB
YAML
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.
############ 第一部分:数据集跟路径 ############
# # V1: 1_CholecSeg8k-13Type-1920x1080
# path: ../DataSet_Public/1_CholecSeg8k-13Type-1920x1080
# # V22_AutoLaparo-10Type-1920x1080
# path: ../DataSet_Public/2_AutoLaparo-10Type-1920x1080
# # V33_1_Endovis_2017-8Type-512x512
# path: ../DataSet_Public/3_1_Endovis_2017-8Type-512x512
# # V43_2_Endovis_2018-8Type-512x512
# path: ../DataSet_Public/3_2_Endovis_2018-8Type-512x512
# # V54_Dresden-11Type-512x512
# path: ../DataSet_Public/4_Dresden-11Type-512x512
# # V65_LC_1_blood_verssel
# path: ../DataSet_Public/5_LC_1_blood_verssel
# # V75_LC_2_artery
# path: ../DataSet_Public/5_LC_2_artery
# # V85_LC_3_cystic_duct
# path: ../DataSet_Public/5_LC_3_cystic_duct
# # V95_LC_4_foreigner
# path: ../DataSet_Public/5_LC_4_foreigner
# # V105_LC_5_stop_bleed
# path: ../DataSet_Public/5_LC_5_stop_bleed
# # V116_CWK_1_yws
# path: ../DataSet_Public/6_CWK_1_yws
# # V126_CWK_2_cfz
# path: ../DataSet_Public/6_CWK_2_cfz
# # V13 5_TQY # TODO
# path: ../DataSet_Public/5_TQY
# # V14 5_Haze_ori、6_Haze_AOD_Net、7_Haze_Baidu、8_Haze_Baidu_Plus # TODO
# path: ../DataSet_Public/8_Haze_Baidu_Plus
# 默认使用本机已存在的公开数据集,便于 yolo_config.py smoke test 直接通过。
# 切换实验数据集时,请同步修改 path/test/train/val 和 names。
path: ../DataSet_Public/3_1_Endovis_2017-8Type-512x512
# # # Test_V15_Predict_Video
# path: ../DataSet_Public/5_Predict_Video/LC_Video_1
############ 第二部分:测试集相对路径 ############
# 训练集和验证集图片路径 (相对于 'path')
# # V1: 1_CholecSeg8k-13Type-1920x1080
# test: images/val
# # V22_AutoLaparo-10Type-1920x1080
# test: images/val
# # V33_1_Endovis_2017-8Type-512x512
# test: images/val
# # V43_2_Endovis_2018-8Type-512x512
# test: images/val
# # V54_Dresden-11Type-512x512
# test: images/val # images/test
# # V65_LC_1_blood_verssel
test: images/val
# # V75_LC_2_artery
# test: images/val
# # V85_LC_3_cystic_duct
# test: images/val
# # V95_LC_4_foreigner
# test: images/val
# # V105_LC_5_stop_bleed
# test: images/val
# # V116_CWK_1_yws
# test: images/val
# # V126_CWK_2_cfz
# test: images/val
# # V135_TQY
# test: images/val
# # V145_Haze_ori、6_Haze_AOD_Net、7_Haze_Baidu、8_Haze_Baidu_Plus
# test: images/val
# # Test_V15_Predict_Video
# test: images/val
############ 第三部分:训练集、验证集相对路径 ############
train: images/train
val: images/val
############ 第四部分类别名称【从0开始】 ############
# # V1: 1_CholecSeg8k-13Type-1920x1080
# names:
# 0: background
# 1: 1
# 2: 2
# 3: 3
# 4: 4
# 5: 5
# 6: 6
# 7: 7
# 8: 8
# 9: 9
# 10: 10
# 11: 11
# 12: 12
# V22_AutoLaparo-10Type-1920x1080
# names:
# 0: background
# 1: 1
# 2: 2
# 3: 3
# 4: 4
# 5: 5
# 6: 6
# 7: 7
# 8: 8
# 9: 9
# # V33_1_Endovis_2017-8Type-512x512
# names:
# 0: background
# 1: 1
# 2: 2
# 3: 3
# 4: 4
# 5: 5
# 6: 6
# 7: 7
# # V43_2_Endovis_2018-8Type-512x512
# names:
# 0: background
# 1: 1
# 2: 2
# 3: 3
# 4: 4
# 5: 5
# 6: 6
# 7: 7
# # V54_Dresden-11Type-512x512
# names:
# 0: background
# 1: 1
# 2: 2
# 3: 3
# 4: 4
# 5: 5
# 6: 6
# 7: 7
# 8: 8
# 9: 9
# 10: 10
# # V65_LC_1_blood_verssel # TODO
# names:
# 0: 0
# 1: 1
# 2: 2
# 3: 3
# 4: 4
# 5: 5
# # V75_LC_2_artery # TODO
# names:
# 0: 0
# 1: 1
# 2: 2
# 3: 3
# 4: 4
# 5: 5
# 6: 6
# 7: 7
# 8: 8
# 9: 9
# 10: 10
# 11: 11
# 12: 12
# 13: 13
# # V85_LC_3_cystic_duct # TODO
# names:
# 0: 0
# 1: 1
# 2: 2
# 3: 3
# 4: 4
# 5: 5
# 6: 6
# 7: 7
# 8: 8
# 9: 9
# # V95_LC_4_foreigner # TODO
# names:
# 0: 0
# 1: 1
# 2: 2
# 3: 3
# 4: 4
# 5: 5
# # V105_LC_5_stop_bleed # TODO
# names:
# 0: 0
# 1: 1
# 2: 2
# 3: 3
# 4: 4
# 5: 5
# 6: 6
# 7: 7
# 8: 8
# 9: 9
# 10: 10
# 11: 11
# # V116_CWK_1_yws # TODO
# names:
# 0: 0
# 1: 1
# 2: 2
# 3: 3
# 4: 4
# 5: 5
# # V126_CWK_2_cfz # TODO
# names:
# 0: 0
# 1: 1
# 2: 2
# 3: 3
# 4: 4
# 5: 5
# # V135_TQY # TODO
# names:
# 0: 0
# # V145_Haze_ori、6_Haze_AOD_Net、7_Haze_Baidu、8_Haze_Baidu_Plus # TODO
# names:
# 0: 0
# 1: 1
# 2: 2
# 3: 3
# 当前默认V3 3_1_Endovis_2017-8Type-512x512
names:
0: background
1: 1
2: 2
3: 3
4: 4
5: 5
6: 6
7: 7
############ 第五部分:最终上色 ############
# # V65_LC_1_blood_verssel # TODO
# colors:
# 0: [255, 91, 0]
# 1: [255, 234, 0]
# 2: [167, 24, 233]
# 3: [52, 184, 178]
# 4: [255, 0, 0]
# 5: [0, 155, 33]
# # V75_LC_2_artery # TODO
# colors:
# 0: [255, 91, 0]
# 1: [255, 234, 0]
# 2: [255, 0, 0]
# 3: [0, 160, 233]
# 4: [0, 155, 33]
# 5: [52, 184, 178]
# 6: [167, 24, 233]
# 7: [255, 255, 255]
# 8: [117, 0, 0]
# 9: [72, 0, 255]
# 10: [85, 111, 181]
# 11: [0, 255, 255]
# 12: [42, 8, 66]
# 13: [66, 115, 82]
# # V85_LC_3_cystic_duct # TODO
# colors:
# 0: [255, 91, 0]
# 1: [255, 234, 0]
# 2: [255, 0, 0]
# 3: [167, 24, 233]
# 4: [0, 155, 33]
# 5: [0, 160, 233]
# 6: [72, 0, 255]
# 7: [52, 184, 178]
# 8: [255, 255, 255]
# 9: [117, 0, 0]
# # V95_LC_4_foreigner # TODO
# colors:
# 0: [255, 91, 0]
# 1: [255, 234, 0]
# 2: [255, 0, 0]
# 3: [0, 155, 33]
# 4: [52, 184, 178]
# 5: [167, 24, 233]
# # V105_LC_5_stop_bleed # TODO
# colors:
# 0: [255, 91, 0]
# 1: [181, 227, 14]
# 2: [160, 15, 95]
# 3: [85, 111, 181]
# 4: [52, 184, 178]
# 5: [255, 0, 0]
# 6: [255, 255, 255]
# 7: [255, 0, 255]
# 8: [167, 24, 233]
# 9: [255, 234, 0]
# 10: [0, 160, 233]
# 11: [113, 102, 140]
# # V116_CWK_1_yws # TODO
# colors:
# 0: [255, 91, 0]
# 1: [155, 132, 0]
# 2: [255, 234, 0]
# 3: [255, 0, 255]
# 4: [52, 184, 178]
# 5: [85, 111, 181]
# # # V126_CWK_2_cfz # TODO
# colors:
# 0: [255, 91, 0]
# 1: [155, 132, 0]
# 2: [255, 234, 0]
# 3: [52, 184, 178]
# 4: [255, 0, 255]
# 5: [85, 111, 181]
# # V13 5_TQY # TODO
# colors:
# 0: [225, 182, 193]
# V145_Haze_ori、6_Haze_AOD_Net、7_Haze_Baidu、8_Haze_Baidu_Plus
colors:
0: [167, 24, 233]
1: [52, 184, 178]
2: [255, 255, 255]
3: [0, 160, 233]