Closed monajalal closed 1 year ago
After running this command,
(py38) root@mona-ThinkStation-P7:/home/mona/BundleSDF# python run_custom.py --mode run_video --video_dir /home/mona/BundleSDF/milk/2022-11-18-15-10-24_milk --out_folder /home/mona/BundleSDF/milk/2022-11-18-15-10-24_milk/out --use_segmenter 1 --use_gui 1 --debug_level 2 I get this
(py38) root@mona-ThinkStation-P7:/home/mona/BundleSDF# python run_custom.py --mode run_video --video_dir /home/mona/BundleSDF/milk/2022-11-18-15-10-24_milk --out_folder /home/mona/BundleSDF/milk/2022-11-18-15-10-24_milk/out --use_segmenter 1 --use_gui 1 --debug_level 2
I want to open and view mesh_cleaned.obj file with MeshLab but when I click on import and open it, MeshLab crashes. How can I open the file?
mesh_cleaned.obj
However, I am able to view cloud_init.ply with MeshLab:
cloud_init.ply
This is very strange why MeshLab cannot open either of mesh_cleaned.obj or textured_mesh.obj files. However, I was able to open both of them in Blender.
After running this command,
(py38) root@mona-ThinkStation-P7:/home/mona/BundleSDF# python run_custom.py --mode run_video --video_dir /home/mona/BundleSDF/milk/2022-11-18-15-10-24_milk --out_folder /home/mona/BundleSDF/milk/2022-11-18-15-10-24_milk/out --use_segmenter 1 --use_gui 1 --debug_level 2
I get thisI want to open and view
mesh_cleaned.obj
file with MeshLab but when I click on import and open it, MeshLab crashes. How can I open the file?However, I am able to view
cloud_init.ply
with MeshLab: