visinf / irr

Iterative Residual Refinement for Joint Optical Flow and Occlusion Estimation (CVPR 2019)
Apache License 2.0
192 stars 33 forks source link

Camera parameters of Flyingchairs dataset #49

Closed xianshunw closed 2 years ago

xianshunw commented 2 years ago

Hi, thanks for your contribution. Recently, we are trying to train our optical flow network on your generated flyingchairs dataset. But our method needs camera parameters as input, could you provide such information for us.

hurjunhwa commented 2 years ago

Hi, The background images used in the dataset are crawled from the web: each image has a different & unknown focal length.

xianshunw commented 2 years ago

Hi, The background images used in the dataset are crawled from the web: each image has a different & unknown focal length.

Well, I wonder if I understand this correctly: so the background images are just with a random motion directly in the 2D plane, not with a 3D motion in the space and project to the 2D plane?

hurjunhwa commented 2 years ago

Yes, the background motion is 2D affine transform. As you said, it would be possible to apply 3D motion & 2D projection, but I guess it requires a per-pixel depth map for each background image? otherwise, it can be equivalent to 2D homography transformation.

xianshunw commented 2 years ago

ok, thanks.