cvondrick / ihog

Visualizing Object Detection Features. ICCV 2013
http://mit.edu/vondrick/ihog
Other
224 stars 128 forks source link

DPM HOG model visualization #3

Open aravindhm opened 8 years ago

aravindhm commented 8 years ago

I am interested in generating figures similar to figure 22 of http://web.mit.edu/vondrick/ihog/ijcv.pdf

Can you please share the code to do this?

cvondrick commented 8 years ago

Hi Aravindh ,

We generated those figures by replacing the standard DPM model visualization with our visualization instead. If you download the DPM code, you can modify visualize_model.m (I think it was called this) to use invertHOG instead of HOGpicture.

Carl