Open siddagra opened 2 years ago
I think the size of the input image is very big and when it is trying to upsample, it crashes, fixing this is going to be a pain since I will need to resize the coco annotations as well. Any way to just evaluate on resized images (along with resized annotations)?
Also, I am also getting this error:
AssertionError: A prediction has class=2, but the dataset only has 2 classes and predicted class id should be in [0, 1].
However, when I set my NUM_CLASSES
to 2 while training, I get CUDA error: device-side assert triggered
How much memory does this use while inferencing? It is trying to allocate 12GB and there is no option for changing batch sizes in these scripts either (test_net.py and demo.py). I changed batch size in the config but still same result.
I ran this on an RTX3080:
Error: