feichtenhofer / gpu_flow

GPU based optical flow extraction in OpenCV
427 stars 109 forks source link

Added: Option to give input and output folders as arguments, cleaned … #12

Closed pfabreu closed 6 years ago

pfabreu commented 6 years ago

…up the code a bit, added option to output flow as single RGB image and to compute warped flow (using OpenCV 2.4) according to the Temporal Segment Network paper.

You can still do all the things you could do before but more easily. I created two files. One of the files is just like your old one (compute_flow) but I give people option to choose.

feichtenhofer commented 6 years ago

Great work, thank you!