Open anguoyang opened 7 years ago
I always saw detection is identifying the location of the object and the type, ie a person. Whereas recognition includes unique identification of that object, ie the person's name is John.
detection = classification (recognition) + localization (bounding box)
Hi, Liu, Thanks for your great contribution! How to modify the network if I just want to detect objects without recognition? what is the boundary between detection and recognition? thanks a lot.