|
|
|
|
|
by bernardopires
3557 days ago
|
|
Just a nit, but the author keeps talking about object recognition while what he was actually doing is image classification. Object recognition actually consists of two tasks, one is classifying the object (this is a beer bottle) and the other is also says where in the image the object is. Additionally it can/should detect multiple objects in the image. This is a more complex than classification, which only associates one category with the image. |
|
One may also call the localization of the object as object detection and subsequent classification.
But I don't think it's too important how we call it as long as we understand what the task is.