Open brdiep113 opened 3 years ago
Please change your config file, there are several places where you should set your own number of classes. Simply you can search NUM_CLASSES in your output log file, you will see where to add this parameters in your config file.
Why does SEM_SEG_HEAD has NUM_CLASSES: 54 configures for coco dataset?
Sorry, I don't know this.
您好,请问是怎么评估自定义数据集的
和训练时一样,只是调用train.py时加上--eval-only参数就可以
您好,可以加我下QQ:287558659吗?我想问下您关于具体的一些操作
did you guys solve this ? i am facing this issue even after setting num_classes
Hello, I am trying to train and evaluate SOLOv2 on my own custom dataset with my own class. I am trying to do periodic validation checks however I run into an error as during the early stages, my network with the preloaded weights seems to predict class labels outside of the classes of my custom dataset. No issue seems to arise if I do not validate until the very end (presumably when my network has learned there are no other classes except the one in my dataset. Is there a way to avoid this problem and limit the predictions to only my classes/skip these cases.