When I finished training the YOLO V5 model, evaluation metrics such as precision, recall, and AP (average precision) of the model on the validation data were shown. Is it possible to view those evaluation metrics from a trained model against a new images? (note: the new image has its annotation file)
Sorry if this is a dumb question. Thanks!