You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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)
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!
The text was updated successfully, but these errors were encountered: