karpathy / neuraltalk2

Efficient Image Captioning code in Torch, runs on GPU
5.51k stars 1.26k forks source link

Can the program output the location of identified objects in the image? #119

Open mw66 opened 8 years ago

mw66 commented 8 years ago

or which code I should change to make it output object bounding box?

beeva-ricardoguerrero commented 8 years ago

It cannot because it really doesn't identify individual objects, but as a whole. You are looking for something like this: https://github.com/rbgirshick/py-faster-rcnn