AssertionError: The num_classes (80) in Shared2FCBBoxHead of MMDataParallel does not matches the length of CLASSES 4) in CocoDataset SwinTransformer/Swin-Transformer-Object-Detection#114
Don't write like that;
('person' )
You must class name like that;
('person', )
If you have one class; you should use a comma after the class name.