建议不要用github官网上的指令【https://github.com/ashawkey/torch-ngp】去下载,会出现一系列问题。 create -n torch-ngp python=3.9 conda install pytorch==1.12.1 torchvision==0.13.1 torchaudio==0.12.1 cudatoolkit=11.3 -c pytorch bash scripts/install_ext.sh安装raymarching python main_nerf.py data...
git clone --recursive https://github.com/ashawkey/torch-ngp.gitcdtorch-ngp Install with pip pip install -r requirements.txt#(optional) install the tcnn backbonepip install git+https://github.com/NVlabs/tiny-cuda-nn/#subdirectory=bindings/torch ...
Based on https://github.com/ashawkey/torch-ngp. Contribute to ethz-asl/torch-ngp development by creating an account on GitHub.
Running into some issues running the nerf example. My setup is: OS: Ubuntu 20.04 GPU: RTX 3070 Ti CUDA: 11.6 (driver 510) Pretty sure CUDA is install correctly and I've added these lines to my .zshrc: export PATH="/usr/local/cuda-11.6/bi...
git clone --recursive https://github.com/ashawkey/torch-ngp.git @@ -126,7 +92,34 @@ Tested with the default settings on the Lego test dataset. Here the speed refers * For the voxel pruning in ray marching kernels, this repo doesn't implement the multi-scale density grid (check the...
Based on https://github.com/ashawkey/torch-ngp. Contribute to ethz-asl/torch-ngp development by creating an account on GitHub.
Based on https://github.com/ashawkey/torch-ngp. Contribute to ethz-asl/torch-ngp development by creating an account on GitHub.
git clone --recursive https://github.com/ashawkey/torch-ngp.git cd torch-ngp Install with pip pip install -r requirements.txt # (optional) install the tcnn backbone pip install git+https://github.com/NVlabs/tiny-cuda-nn/#subdirectory=bindings/torch Install with conda conda env create -f ...