Vandmoon
Results
2
comments of
Vandmoon
I met the same problem when I try to test a model trained on COCO. I futher printed out the outputs of the model, and all the scores are very...
This issue is caused by a mistake in eval.py Line 212: for i in range(valid_dataset.__num_class__()): The range should be the number of examples in valid_dataset instead of the number of...