cvondrick / ihog

Visualizing Object Detection Features. ICCV 2013

Home Page:http://mit.edu/vondrick/ihog

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DPM HOG model visualization

aravindhm opened this issue · comments

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?

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