NVlabs / PWC-Net

PWC-Net: CNNs for Optical Flow Using Pyramid, Warping, and Cost Volume, CVPR 2018 (Oral)
Other
1.63k stars 357 forks source link

Real-time inference? #113

Open FedericoVasile1 opened 4 years ago

FedericoVasile1 commented 4 years ago

Hi, I congrats for your work. I would like to know whether at inference time is it possible to use this model as part of a framework that performs the online action detection task? (i.e. let's suppose I have an input stream video, is the model able to compute optical-flow features as the frames arrive, with real-time speed ?)

Thank you!

jucic commented 3 years ago

I have the smae problem, have you made it real-time?