princeton-vl/RAFT

Raft Optical Flow does not look correct

Allaye opened this issue · 1 comments

Allaye commented

i am currently working on a stitch problem that will require me to know the movement of specific points in the image, optical flow is probably the best way to go about this, i tried using the Raft model on a test image, but i think opencv is probably doing a better job than Raft to my surprise. here is the output.
Screenshot from 2023-08-03 14-01-47
Screenshot from 2023-08-03 14-02-42
i tried moving the first image by the flow vector and this is the result. RAFT is clearly exaggerating the movements here.

have you figured out how to deal with it?