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

3d mesh reconstruction error #41

Open
MHassan1122 opened this issue Feb 3, 2024 · 4 comments
Open

3d mesh reconstruction error #41

MHassan1122 opened this issue Feb 3, 2024 · 4 comments

Comments

@MHassan1122
Copy link

when i gave an image so the mode can create two stages images and save multi view images but the mesh.ply cannot be saved in the desired directory.
as shown in the picture
example_error

@Dustinpro
Copy link
Collaborator

Did you accidentally comment out "os.system(bash_script)"? It seems that the reconstruction was not executed; thus, no mesh was generated. If it is executed, it will print many lines of information.

@MHassan1122
Copy link
Author

MHassan1122 commented Feb 3, 2024

Dear @Dustinpro I want to implement it in windows may be this will be the caused because the model is checked on ubuntu.
so how i can run it the bashscript in windows because I just open the example.ipynb file to run it, but it cause that issue as you metion that reconscruction was not executed.

bash_script = f'CUDA_VISIBLE_DEVICES={device_idx} python exp_runner_generic_blender_val.py
--specific_dataset_name {exp_dir}
--mode export_mesh
--conf confs/one2345_lod0_val_demo.conf
--resolution {_MESH_RESOLUTION}'

@Dustinpro
Copy link
Collaborator

What was the error?

@MHassan1122
Copy link
Author

MHassan1122 commented Feb 3, 2024

when i call to reconstruct method , it can't reconscruct the 3d model.

mesh_path = reconstruct(example_dir, output_format=".glb", device_idx=_GPU_INDEX)

as mentioned earlier that I use windows , maybe it cuased do to this.
the reconstruct method can not work properly maybe due to bashscript availibility.

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

2 participants