ssd.pytorch
ssd.pytorch copied to clipboard
VOC with Fewer Classes
How can we train on fewer classes with the VOC dataset? I have changed the VOC_CLASSES dictionary to two labels and updated cfg['num_classes'] to 3, yet I still see the algorithm looking for other labels.
I think in this case you have to either adjust the training labels or generate new training labels with only the desired classes