-
Notifications
You must be signed in to change notification settings - Fork 27
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
How to save rendered mesh model? #30
Comments
The color renders in the teaser figure are done using sphere tracing which you can find here I don't have an easy way to transfer the color to a texture. |
Thanks for your reply! @RaduAlexandru |
I appreciate it. As model sdf should i give "input sdf_model.pt"? |
where are the trained results? |
model_sdf=SDF(in_channels=3, boundary_primitive=aabb, geom_feat_size_out=hyperparams.sdf_geom_feat_size, nr_iters_for_c2f=hyperparams.sdf_nr_iters_for_c2f).to("cuda") |
I use my custom datasets to train and do not know dtu datasets' result. |
What should be inside cameras_large.npz and cameras_sphere.npz? in paper who provides DTU data there is no mention about cameras_large.npz and cameras_sphere.npz? They even don't mention in permuto paper. I think all of you have some magic abilities to read mind of each other to get necessary information |
Could share your experience more detailed. I did not understand anything. How did you get cameras_large.npz and cameras_sphere.npz? And what is this?
|
Hi @Zvyozdo4ka and @xuduo18311199384 ,
|
Hi. I really appreciate your nice work. But when i use save_to_file() to save a .ply, i find .ply file do not have RGB color. How can i save rendered mesh model as "rendered model view" in the following picture?
The text was updated successfully, but these errors were encountered: