facebookresearch / VMZ

VMZ: Model Zoo for Video Modeling
Apache License 2.0
1.04k stars 156 forks source link

doubt in flow data type #72

Closed swap2ag closed 5 years ago

swap2ag commented 5 years ago

Hi What do Flow2C, Flow3C, FlowWithGray and FlowWithRGB mean as flow_data_type ?

Also, could you please tell me how to run the test code if the flows are already generated?

dutran commented 5 years ago

It is explained here https://github.com/pytorch/pytorch/blob/master/caffe2/video/optical_flow.h

swap2ag commented 5 years ago

Thanks for the reply.