I have a problem understanding why test data needs to be labelled to test a trained faster R-CNN model. Maybe it's basic, but I don't get why it needs to be labelled.
When an image is not obvious, like the type of disease, let's say, a label is useful to know if it's good or not because you're not a doctor. But for the classification between airplanes and cars, the label should be optional in my mind, because even if the classifier is wrong you'll be able to recognize that and will make adjustments accordingly.
Why does test data need to be labelled even in "obvious" cases?