Object Detection - Image Classification = (single object) Classification- Image Localization = (single object) Localization, predicting the location of a single object in the Bounding Box.- Object Detection = (multi objects) Localization + (multi objects) Classification In addition, Object Detection returns the coordinate of the Bounding Box and Confidence Score. Bounding Box It returns the t..