Hello,
I am trying to evaluate pre-trained faster r-cnn from torchvision on COCO dataset.
I first referred to “TorchVision Instance Segmentation Finetuning Tutorial”, but I couldn’t figure out the error.
Is there any way that I could evaluate pre-trained model provided in torch?
Thank you in advance!