object_localization_network icon indicating copy to clipboard operation
object_localization_network copied to clipboard

Number of class in training

Open mfanparc opened this issue 3 years ago • 0 comments

Hi, thanks for the inspiring work. When I retrained the model with the config /oln_box, i received this: "AssertionError: The num_classes (1) in Shared2FCBBoxScoreHead of MMDataParallel does not matches the length of CLASSES 80) in CocoSplitDataset " So, should I set the num_classes = 80 instead of 1 when training with COCO? Or there is something else I should do. Thanks!

mfanparc avatar Jun 02 '22 19:06 mfanparc