-
Notifications
You must be signed in to change notification settings - Fork 89
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
Questions Regarding Optical Flow Supervision and Potential Enhancements #50
Comments
Hi, I am currently looking for an MVS model that has been trained on a large scale dataset, do you have any recommendations? |
There are plenty of such MVS, one I know that runs at real time is Spann3r (https://hengyiwang.github.io/projects/spanner), but it is more like an |
I think optical flow error may be alleviate by the weights map prediced by FlowMap model. Co-training flow & depths is possible, I think it is a direction needed to explore, but the key issue may be the data resource. And I've extend it to large scale datasets training & dynamic scenes, which shows promising results. However, I only focus on Hand-Object-Interaction Videos (since I'm focusing on EmbodiedAI & Robot Learning reseach). The project is called UniHOI and the repository is https://github.com/michaelyuancb/unihoi. I'm still improving the model, code & weights will be released in the future. |
First of all, thank you for your impressive work. I’ve been searching for methods that can provide accurate dense depth maps (which is why I believe FlowMap is significantly superior to colmap). It seems like using optical flow to fine-tune depth networks is a great idea. I have the following questions:
These are just some speculations, and I look forward to your response. Your thoughts may help us design more reasonable experiments. Thank you!
The text was updated successfully, but these errors were encountered: