8000 In case anyone having trouble with the dependancies, you can follow this set-up. · Issue #204 · ashawkey/torch-ngp · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
In case anyone having trouble with the dependancies, you can follow this set-up. #204
Open
@huevoypatata

Description

@huevoypatata

Hi all,

I have been having trouble setting this repo up on my PC, I needed it for a project so I had no choice but to make it work. In case any of you are also having trouble making it work, here is a list that you can follow to set it up on your PC:

  • Windows 10 or 11 (if Windows 11, include the c++ compiler packages while downloading VS2019 and select all the optional downloads for c++ desktop work package)
  • Visual Studio 2019 (gnu 14)
  • CUDA 11.7
  • After cloning the repository, replace the context of environment.yml file with environmentc117.txt and set up your conda environment.
  • After setting up the environment follow this. (if compiler gnu 14, don't need to make the adjustments. Just setup extensions manually.) or just run the following:
    cd gridencoder
    python setup.py build_ext --inplace && pip install .
    cd ..
    cd raymarching
    python setup.py build_ext --inplace && pip install .
    cd ..
    cd shencoder
    python setup.py build_ext --inplace && pip install .
    cd ..
    cd freqencoder
    python setup.py build_ext --inplace && pip install .
    cd..

Hope this helps.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0