I have a group of images with ground truth detection boxes and I want to simply run them through a pre-trained model from the Model Zoo and get the, say, precision/recall/mAP between the ground truth boxes and predicted detections. But all the evaluation methods I've seen use training/validation data that I never specified in the first place because I'm using a pre-trained model.
It seems like a simple question, but I can't seem to find an answer. How can I go about doing this?