-
Notifications
You must be signed in to change notification settings - Fork 10
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
Visualization and Mesh is not same #1
Comments
Hi, that is because the resolution for reconstruction, the default value is 512. You can set it higher when doing evaluation. I think you can set it to 1024 to extract a more refined mesh, while it will take more time for inference. python evaluation.py -rr 1024 --(other args) |
Thanks for your help! |
Thanks for your excellent work! |
You can use the command below to train the IHO-Video dataset, please refer to readme for details.
For data preprocessing, we use colmap to obtain camera poses and TrackAnything to obtain image masks. |
Thanks for your excellent work!
I found some config bug and fixed it, then I ran it with my own data. I found that the visualization is very nice, but the mesh quality is not reasonable.
Could you please explain it or help me improve it?
Thanks for your help.
The text was updated successfully, but these errors were encountered: