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

Does taichi-ngp renderer support training nerfs? #7

Open
dhombios opened this issue Feb 23, 2023 · 2 comments
Open

Does taichi-ngp renderer support training nerfs? #7

dhombios opened this issue Feb 23, 2023 · 2 comments

Comments

@dhombios
Copy link

Taichi-ngp seems to be one of the few implementations of instant-ngps that doesn´t require cuda to work. However, according to the description, it seems that it just allows rendering already trained models.

Does it support training new models or are there any plans of supporting it?

@Linyou
Copy link
Owner

Linyou commented Feb 23, 2023

Hi @dhombios,

taichi-ngp currently only supports rendering, not training. To render a new scene, you'll need to train your model using ngp_pl or other PyTorch implementations and convert it using the converter.py script in the repository.

I do plan to add training support in the future, but it will take some time to implement.

Let me know if you have any questions.

@dhombios
Copy link
Author

Thanks for replying so quickly. It's nice to hear that there are plans for implementing model training as well

I had seen ngp-pl, but it seems to use cuda. That might be a problem for running it with amd graphic cards (I haven't tried running it with non cuda pytorch implementation)

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