Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

which model used to generate the optical flow? #7

Open
xyzskysea opened this issue Sep 27, 2022 · 4 comments
Open

which model used to generate the optical flow? #7

xyzskysea opened this issue Sep 27, 2022 · 4 comments

Comments

@xyzskysea
Copy link

hi, which model do you use to generate the optical flow? i can find several models in origin RAFT repo.

@CODE4UVOS
Copy link
Contributor

We used raft-things to generate the optical flow.

@qian507
Copy link

qian507 commented May 26, 2023

We used raft-things to generate the optical flow.

Hello, I would like to ask, 10 consecutive frames of video should output 9 optical flow. How do you achieve 10 consecutive frames of video to output 10 optical flow?

@CODE4UVOS
Copy link
Contributor

@qian507 You can try to calculate the forward optical flow and the backward optical flow, replacing the last frame with the backward optical flow.

@qian507
Copy link

qian507 commented May 27, 2023

I understand. Thank you very much for your timely response!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants