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

Add option to initialize optical flow in RAFT #8521

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

ChristophReich1996
Copy link
Contributor

Hi, this pull request adds support to initialize the optical flow to be refined by the RAFT decoder. The current implementation only supports starting from zero optical flow. However, the original RAFT paper also proposes initializing the optical flow, e.g., with the flow prediction of previous frames. This can lead to a faster inference time since fewer iterative refinements are typically needed. This pull request adapts from the original RAFT implementation.

Copy link

pytorch-bot bot commented Jul 11, 2024

🔗 Helpful Links

🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/vision/8521

Note: Links to docs will display an error until the docs builds have been completed.

❌ 18 New Failures

As of commit ac5eae6 with merge base 8f9d810 (image):

NEW FAILURES - The following jobs have failed:

This comment was automatically generated by Dr. CI and updates every 15 minutes.

Copy link
Member

@NicolasHug NicolasHug left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the PR @ChristophReich1996 . This seems reasonable to merge. Can you please remove all unrelated changes that were made to the code formatting? Thanks!

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

Successfully merging this pull request may close these issues.

3 participants