lufficc / SSD

High quality, fast, modular reference implementation of SSD in PyTorch
MIT License
1.52k stars 384 forks source link

KeyError: Caught KeyError in DataLoader worker process 0. #156

Open sxpdwkj opened 4 years ago

sxpdwkj commented 4 years ago

4fd37a00d70d792557f3a43e7ce07b3

priteshgohil commented 4 years ago

This error is caused because of unknown class name 'd00'. Make sure that you mention all the labels in class_names = (.....) and filter out other labels from your annotations.

see here