quantombone / exemplarsvm

Ensemble of Exemplar-SVMs for Object Detection and Beyond
http://www.cs.cmu.edu/~tmalisie/projects/iccv11/index.html
MIT License
430 stars 155 forks source link

Regarding display of exemplar svm #59

Open madhulikajain opened 12 years ago

madhulikajain commented 12 years ago

Hey hii

Actually I am confused about how are you displaying on original image with same bounding box size which comes by get_target_bb as there the size of the window which comes out is on another scale of image. Please reply me so as to clear my doubt or guide me where I am going wrong or my understanding is lacking.

Thanks in anticipation Madhulika

abhi2610 commented 12 years ago

The image might have been resized by convert_to_I function. Use that function to read/resize image and then try the bounding box size given in the structure.

On Sun, Jun 24, 2012 at 10:56 PM, madhulikajain < reply@reply.github.com

wrote:

Hey hii

Actually I am confused about how are you displaying on original image with same bounding box size which comes by get_target_bb as there the size of the window which comes out is on another scale of image. Please reply me so as to clear my doubt or guide me where I am going wrong or my understanding is lacking.

Thanks in anticipation Madhulika


Reply to this email directly or view it on GitHub: https://github.com/quantombone/exemplarsvm/issues/59