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

How to execute model without CUDA extension installation #14

Open
hdh4797 opened this issue Nov 22, 2021 · 1 comment
Open

How to execute model without CUDA extension installation #14

hdh4797 opened this issue Nov 22, 2021 · 1 comment

Comments

@hdh4797
Copy link

hdh4797 commented Nov 22, 2021

Thank you for your contribution.

Custom CUDA-based code implementation shows extremely high-speed NeRF execution.
However, Is there any method to execute KiloNeRF without CUDA installation?
Since my GPU environment seems not suitable to install your custom CUDA (kilonerf_cuda), I want to execute the code without custom CUDA-based acceleration. I just need the same functionality given by the kilonerf_cuda library.

Is there any method to execute your code without custom CUDA installation? I want to simulate the same functionality even though it is much slower than the current custom CUDA-based implementation.

(The code seems single NeRF training is possible without CUDA installation. However, early ray termination and early space skipping, multi NeRF training is not possible, I think.)

@creiser
Copy link
Owner

creiser commented Nov 26, 2021

It is possible but I really don't recommend it because it will be a bigger effort than fixing the installation problems and it will be so slow that for instance training a model would take a week. What error do you get when you try to install the kilonerf_cuda package?

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

2 participants