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
Idea 1) removing the points in the point cloud that we dont want! -> too complicated to do in COLMAP, would have to rewrite multiple files so lets put this in pause
Idea 2) removing the background of the objects in every photo of the dataset and inserting it in COLMAP to obtain the point cloud only around the object, without the points of the background:
./output/coarse/Cloitre_Gal1-2_A2_sheep_masks/sugarcoarse_3Dgs7000_sdfestim05_sdfnorm02/15000.pt
Mesh output path: ./output/coarse_mesh/Cloitre_Gal1-2_A2_sheep_masks
Surface levels:
[0.3]
Decimation targets:
[200000]
Use custom bbox: False
Use eval split: True
GPU: 0
Use centers to extract mesh: False
Use marching cubes: False
Use vanilla 3DGS: False
Loading the initial 3DGS model from path outputs_GS/Cloitre_Gal1-2_A2_sheep_masks/...
Warning: image extension .jgp not supported.
Traceback (most recent call last):
File "/root/SuGaR/train.py", line 163, in
coarse_mesh_path = extract_mesh_from_coarse_sugar(coarse_mesh_args)[0]
File "/root/SuGaR/sugar_extractors/coarse_mesh.py", line 129, in extract_mesh_from_coarse_sugar
nerfmodel = GaussianSplattingWrapper(
File "/root/SuGaR/sugar_scene/gs_model.py", line 111, in init
cam_list = load_gs_cameras(
File "/root/SuGaR/sugar_scene/cameras.py", line 126, in load_gs_cameras
mask=resized_mask ,) ####################
UnboundLocalError: local variable 'resized_mask' referenced before assignment
Improving Montmajour meshes - H100
Problem 1: Triangle vertices
Problem 2: Filling up empty spaces in mesh
n_points_in_range = 21
Problem 3: Background:
Idea 1) removing the points in the point cloud that we dont want! -> too complicated to do in COLMAP, would have to rewrite multiple files so lets put this in pause
Idea 2) removing the background of the objects in every photo of the dataset and inserting it in COLMAP to obtain the point cloud only around the object, without the points of the background:
folder: Cloitre_Gal1-2_A2_sheep_tests
command:
python train.py -s data/Cloitre_Gal1-2_A2_sheep_tests/ -c outputs_GS/Cloitre_Gal1-2_A2_sheep_tests/ -r "sdf" --low_poly True --poisson_depth 8 --experiment_name Cloitre_Gal1-2_A2_sheep_tests
conclusion: Sugar struggles to treat objects without background BUT the side part is better defined without the background
folder: Cloitre_Gal1-2_A2_sheep_tests_2
command:
python train.py -s data/Cloitre_Gal1-2_A2_sheep_tests_2/ -c outputs_GS/Cloitre_Gal1-2_A2_sheep_tests/ -r "sdf" --low_poly True --poisson_depth 8 --experiment_name Cloitre_Gal1-2_A2_sheep_tests_2
the object is behind the background
conclusion: does not work, Sugar adds the background in front of the object
The text was updated successfully, but these errors were encountered: