megvii-research/RealFlow

The shape of flow is inconsistent with the size of the image.

Closed this issue · 1 comments

For example:

flow_3588.flo in RF-KTest dataset

we padded the image of KITTI when trained RAFT , so the shape of flow is same as the image after padding. Use Inputpadder.unpad() in RAFT/core/utils/utils.py to unpad the flow.