NVlabs / PWC-Net

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

post-processing #81

Open efyphil opened 5 years ago

efyphil commented 5 years ago

In your article in approach you said that common practice by the traditional methods is to post-process the optical flow using contextual information, such as median filtering and bilateral filtering.Are you use this filtering for you wight for pytorch or Caffe? I compare pytorch and tensorflow implantation on KITTI dataset and saw difference, that look like you used some filtering. Screenshot from 2019-04-23 19-36-25

efyphil commented 5 years ago

could you tell us what kind of data sets you used to retrain and how we mixed them up