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

Visualization and Mesh is not same #1

Closed
Talegqz opened this issue Aug 24, 2023 · 4 comments
Closed

Visualization and Mesh is not same #1

Talegqz opened this issue Aug 24, 2023 · 4 comments

Comments

@Talegqz
Copy link

Talegqz commented Aug 24, 2023

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.

Snipaste_2023-08-24_11-33-33 Snipaste_2023-08-24_11-33-43
@Colmar-zlicheng
Copy link
Owner

Colmar-zlicheng commented Aug 24, 2023

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)

@Talegqz
Copy link
Author

Talegqz commented Aug 24, 2023

Thanks for your help!

@Talegqz Talegqz closed this as completed Aug 24, 2023
@Colmar-zlicheng Colmar-zlicheng pinned this issue Sep 20, 2023
@xsl316
Copy link

xsl316 commented Jul 20, 2024

Thanks for your excellent work!
How to train your own dataset, including how to preprocess your own data!
Thanks for your help.

@Colmar-zlicheng
Copy link
Owner

You can use the command below to train the IHO-Video dataset, please refer to readme for details.

python train.py -g 0 --cfg config/Color_NeuS_iho.yml -obj ghost_bear --exp_id Color_NeuS_iho_ghost_bear

For data preprocessing, we use colmap to obtain camera poses and TrackAnything to obtain image masks.

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

3 participants