Official code forView Synthesis with Sculpted Neural Points Setup We recommend installing the dependencies using Anaconda. Run the following commands to create a new env: conda create -n snp python=3.8 conda activate snp conda install pytorch=1.9.0 torchvision=0.10.0 cudatoolkit=11.1 -c pytorch ...