mAP should be calculated on validation set or on test set?
I have a yolov3 model for object detection on 9 classes. What is the difference in computing metrics (such as mAP) on validation set and on a test set (unseen data)? What is usually done in literature and why?
Topic object-detection computer-vision deep-learning machine-learning
Category Data Science