Go to the source code of this file.
Namespaces | |
namespace | voc_label |
Functions | |
def | voc_label.convert |
def | voc_label.convert_annotation |
Variables | |
list | voc_label.classes = ["aeroplane", "bicycle", "bird", "boat", "bottle", "bus", "car", "cat", "chair", "cow", "diningtable", "dog", "horse", "motorbike", "person", "pottedplant", "sheep", "sofa", "train", "tvmonitor"] |
tuple | voc_label.image_ids = open('VOCdevkit/VOC%s/ImageSets/Main/%s.txt'%(year, image_set)) |
tuple | voc_label.list_file = open('%s_%s.txt'%(year, image_set), 'w') |
list | voc_label.sets = [('2012', 'train'), ('2012', 'val'), ('2007', 'train'), ('2007', 'val'), ('2007', 'test')] |
tuple | voc_label.wd = getcwd() |