VOC2012 Detecetion and Segmentation Reupload
收藏资源简介:
This is a reupload of the combined detection and segmentation files for VOC2012. Extracted and arranged in files. Just for convinience. Training: 1464 Validation: 1449 Original Dataset: http://host.robots.ox.ac.uk/pascal/VOC/ #BGR FORMAT COLORS_MAP = [(0, 0, 0),(0, 0, 128), (0, 128, 0), (0, 128, 128),(128, 0, 0), (128, 0, 128), (128, 128, 0), (128, 128, 128),(0, 0, 64), (0, 0, 192), (0, 128, 64), (0, 128, 192),(128, 0, 64), (128, 0, 192), (128, 128, 64), (128, 128, 192),(0, 64, 0), (0, 64, 128), (0, 192, 0), (0, 192, 128),(128, 64, 0)] LABELS = ['background','aeroplane', 'bicycle', 'bird', 'boat','bottle', 'bus', 'car', 'cat', 'chair', 'cow', 'diningtable', 'dog', 'horse', 'motorbike', 'person','pottedplant', 'sheep', 'sofa', 'train', 'tvmonitor']



