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.
i tried moving the first image by the flow vector and this is the result. RAFT is clearly exaggerating the movements here.
Crdr2 commented
have you figured out how to deal with it?