DIUx-xView/xView1_baseline

require information about class labels

Closed this issue · 1 comments

in xview_class_labels.txt you specified 60 classes, while when in the releases.zip file, in the config file you specified the number of classes is 95. can you tell us the where should we get a mapping of each class and it's numeric label, because we have to create the .pbtxt file for training.

Hi, I specify the number of classes to be 95 because IIRC the object detection API uses that number as the maximum class number. There are 60 classes in xView, but their class numbers go up to 94 (see https://github.com/DIUx-xView/data_utilities/blob/master/xview_class_labels.txt). Additionally, the mapping for the pbtxt can be found at the link above.