Skip to content
New issue

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

poster super blurry on Mac M1 #3559

Open
robogo-pj opened this issue Jan 2, 2025 · 1 comment
Open

poster super blurry on Mac M1 #3559

robogo-pj opened this issue Jan 2, 2025 · 1 comment

Comments

@robogo-pj
Copy link

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.

Image 1-2-25 at 7 52 AM
Image 1-2-25 at 7 57 AM

@robogo-pj
Copy link
Author

used this to install. but used more recent torch to get it to install.

#2438

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 .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant