Anttwo / SuGaR

[CVPR 2024] Official PyTorch implementation of SuGaR: Surface-Aligned Gaussian Splatting for Efficient 3D Mesh Reconstruction and High-Quality Mesh Rendering
https://anttwo.github.io/sugar/
Other
2.34k stars 179 forks source link

How do I set the area of ​​the bbox? #206

Open sjleee05 opened 3 months ago

sjleee05 commented 3 months ago

hi I limited the min and max areas of the bbox through SIBR viewer(https://github.com/graphdeco-inria/gaussian-splatting?tab=readme-ov-file#navigation-in-sibr-viewers). However, it came out the same as if the bbox option was not used. How should I determine the number of bbox?

command

-> python train.py -s A -c B -r "density" -B "(-0.850,-0.839,-6.840)" -b "(1.731,2.478,36.669)" --export_ply True --gpu 1

thank you for reading