DPM HOG model visualization
aravindhm opened this issue · comments
Aravindh Mahendran commented
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?
Carl Vondrick commented
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