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

Nerfstudio Segmentation fault #7

Open
Moreland-cas opened this issue Feb 1, 2024 · 0 comments
Open

Nerfstudio Segmentation fault #7

Moreland-cas opened this issue Feb 1, 2024 · 0 comments

Comments

@Moreland-cas
Copy link

Hallo! Thanks for your great effort!
I came across some environmental issue when I tried to run this repo, here is how I set the environment:

  1. first install nerfstudio follow the official steps
    pip install torch==2.1.2+cu118 torchvision==0.16.2+cu118 --extra-index-url https://download.pytorch.org/whl/cu118
    conda install -c "nvidia/label/cuda-11.8.0" cuda-toolkit

  2. then install other dependencies
    pip install ninja git+https://github.com/NVlabs/tiny-cuda-nn/#subdirectory=bindings/torch
    pip install torch-scatter -f https://data.pyg.org/whl/torch-2.1.2+cu118.html

  3. install nerfstudio==0.3.4
    and so far ns-train -h works fine

  4. when I tried to install this repo from source pip install -e .
    There is a segmentation fault
    [pynerf][main] 7s >> ns-train -h
    [1] 1908607 segmentation fault (core dumped) ns-train -h

Any suggestions will be a great help!

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