tpfister / caffe-heatmap

Caffe with heatmap regression & spatial fusion layers. Useful for any CNN image position regression task.
http://www.robots.ox.ac.uk/~vgg/software/cnn_heatmap
Other
164 stars 99 forks source link

Optic flow computation #6

Closed murthypramod closed 8 years ago

murthypramod commented 8 years ago

Hi Tomas,

I couldn't find the part of the optic flow calculation and the temporal pooling layer. Could you guide how did calculate it during the training ?

tpfister commented 8 years ago

Hi Pramod,

We precomputed optical flow for the datasets using fastdeepflow and wrote a caffe data layer to do the heatmap warping. Unfortunately that data layer needs significant cleanup before release so we won't be able to release it anytime soon.