vaihingen数据集、uavid数据集

标签三通道值

clr_tab[‘Road’] = [255, 255, 255]
clr_tab[‘Building’] = [0, 0, 255]
clr_tab[‘Vegetation’] = [0, 255, 255]
clr_tab[‘Tree’] = [0, 255, 0]
clr_tab[‘Moving_Car’] = [255, 255, 0]
clr_tab[‘Clutter’] = [255, 0, 0]

clr_tab = {}
clr_tab[‘Background_Clutter’] = [0, 0, 0]
clr_tab[‘Building’] = [128, 0, 0]
clr_tab[‘Road’] = [128, 64, 128]
clr_tab[‘Static_Car’] = [192, 0, 192]
clr_tab[‘Tree’] = [0, 128, 0]
clr_tab[‘Vegetation’] = [128, 128, 0]
clr_tab[‘Humans’] = [64, 64, 0]
clr_tab[‘Moving_Car’] = [64, 0, 128]

Logo

腾讯云面向开发者汇聚海量精品云计算使用和开发经验,营造开放的云计算技术生态圈。

更多推荐