You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In my case(python 3.6.13, the same as the requirement.),it failed. And the command cmd = f"{sys.executable} -m http.server {http_port} > /dev/null 2>&1" works well for me.
The text was updated successfully, but these errors were encountered:
Thank you for your code!
I'm a beginner for 3D reconstruction and two problems (perhaps? : ) ) were found when I try to run the code.
Generate a mesh and save it for the report.
The problem is at
training/trainer.py
, thegenerate_mesh(self)
function.The path for the mesh generation is below,and then save it.
But the
mesh_processor.save(mesh, path, self.colormap)
will change the extension to.ply
,which will overwrite somewhere an existing file.The http server for the final report.
The command to start a simple http server is as below in
auxiliary/visualization.py
.In my case(python 3.6.13, the same as the requirement.),it failed. And the command
cmd = f"{sys.executable} -m http.server {http_port} > /dev/null 2>&1"
works well for me.The text was updated successfully, but these errors were encountered: