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

RAFT dive notebooks appear to be broken #1

Open
starsong98 opened this issue Dec 23, 2023 · 1 comment
Open

RAFT dive notebooks appear to be broken #1

starsong98 opened this issue Dec 23, 2023 · 1 comment

Comments

@starsong98
Copy link

Hello,

Thank you for your amazing article https://towardsdatascience.com/optical-flow-with-raft-part-2-f0376a972c25 and releasing the code for it.

However, I have been unable to get the raft_dive.ipynb notebook to work. It appears that something is wrong with the module imports. Can you look into it? Or is there a specific order in which each notebook needs to be run?

Also, where can I find the test version of RAFT that you modified? From what I can tell, this repository seems to directly import the baseline version of RAFT and I cannot seem to find the modified test version of RAFT that you mentioned. Can you tell me where the motion feature is extracted from?

Thank you!

@itberrios
Copy link
Owner

Hello,

Thanks for pointing this out! I realized that the RAFT in this repo was a submodule to the original version. I have replaced with my modified version and now it should work. The RAFT_dive notebook is really an experimental thing I did to help improve my understanding of RAFT. It looks like I will need to refresh it at some point to make it easier to follow. Please try again and let me know if there are any issues, there's no specific order of which to follow the notebooks, but I would recommend this:

  • RAFT_exploration
  • fan_video (Optional --> Shows how to run RAFT on a video)
  • RAFT_dive
  • RAFT_filter (Optional --> Shows how to clean up the RAFT outputs)

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

2 participants