Deborah Pintani
Deborah Pintani
Yeah, I indeed have the distance of the corresponding points in the real world. I am asking if there is a way to input this known distance in colmap to...
Had a similar issue where I couldn't figure out where the .json was saved, since the Blender scripting windows wasn't throwing any errors or anything, but just this message: `bpy.ops.object.sugar_render_single()`...
> **I tried cuda12.1 12.3 12.8 and they all reported the same error:** > > ``` > (pt2) ch@ch [~/sn_d/code/3dgs/dynamic/Deformable-3D-Gaussians] ➜ python train.py --eval --is_6dof > > Optimizing /home/ch/gm_d/Linux_data/output/3dgs/dynamic/Def_3D/lego_6dof >...
> Thanks! But why do we need to install cuda-toolkit=12.4 when CUDA 12.8 is already installed? It's because the CUDA installed system-wide also comes with the compiler (`nvcc`) that is...
> I don’t know how to solve it at the moment. > > ``` > distCUDA2(torch.tensor([1]).float()) > Traceback (most recent call last): > File "", line 1, in > MemoryError:...
> I haven't installed CUDA 12.4 in conda either, and I can now use the stable torch 2.7.1 version, no longer needing the nightly version. The installation command is: `pip...
Try to use a relative path to the file instead of an absolute one: Example: `python run_viewer.py -p "output\refined_ply\TandT_Francis\sugarfine_3Dgs7000_densityestim02_sdfnorm02_level03_decim1000000_normalconsistency01_gaussperface1.ply"`