Open rebecca-lay3rs opened 8 months ago
installation using Docker here: https://github.com/Lay3rss/Grounded-Segment-Anything
how to use mask_path COLMAP https://github.com/colmap/colmap/issues/1016 -> how to use mask_path https://github.com/colmap/colmap/pull/522 -> how to use mask_path https://colmap.github.io/faq.html#mask-image-regions https://github.com/colmap/colmap/issues/954 https://github.com/colmap/colmap/issues/416 -> Filter outlier reconstructed points? https://github.com/colmap/colmap/issues/1251 https://github.com/colmap/colmap/issues/1460 https://github.com/colmap/colmap/issues/208
render without background https://github.com/graphdeco-inria/gaussian-splatting/issues/542 https://github.com/graphdeco-inria/gaussian-splatting/issues/127 forked repo from GS with mask implementation: https://github.com/yzslab/gaussian-splatting
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
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