ShijieZhou-UCLA / feature-3dgs

[CVPR 2024 Highlight] Feature 3DGS: Supercharging 3D Gaussian Splatting to Enable Distilled Feature Fields
Other
374 stars 23 forks source link

Full Environment #28

Closed SummerRiver3D closed 5 months ago

SummerRiver3D commented 5 months ago

Great job! However, when I was running your training and testing code, I encountered problems that have been reported in other issues, and I believe these are caused by inconsistent environments. I would like to know the versions of your CUDA, GCC, G++, PyTorch, and other related environmental information.

shuyueW1991 commented 5 months ago

The following yml file content is what I run successfully with python3.8n with cuda 12.1:

` name: feature3dgs_v channels:

`

Hope this helps!!

SummerRiver3D commented 5 months ago

Thanks!