We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pro Mac M1 generated super blurry reconstruction of poster.
used this training command: ns-train nerfacto --data data/nerfstudio/poster --machine.device-type mps
nothing that looks like a chair.
Had to install torch 2.4.1 and most recent torchvision instead of 2.0.1 to get it to install.
The text was updated successfully, but these errors were encountered:
used this to install. but used more recent torch to get it to install.
conda create --name nerfstudio -y python=3.8 conda activate nerfstudio python -m pip install --upgrade pip pip uninstall torch torchvision functorch tinycudann pip install torch==2.0.1 torchvision==0.15.2
git clone https://github.com/nerfstudio-project/nerfstudio.git cd nerfstudio pip install --upgrade pip setuptools pip install -e .
Sorry, something went wrong.
No branches or pull requests
Pro Mac M1 generated super blurry reconstruction of poster.
used this training command: ns-train nerfacto --data data/nerfstudio/poster --machine.device-type mps
nothing that looks like a chair.
Had to install torch 2.4.1 and most recent torchvision instead of 2.0.1 to get it to install.
The text was updated successfully, but these errors were encountered: