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

Forward inference using a pretrained model #377

Open
ayclove opened this issue Aug 21, 2023 · 1 comment
Open

Forward inference using a pretrained model #377

ayclove opened this issue Aug 21, 2023 · 1 comment

Comments

@ayclove
Copy link

ayclove commented Aug 21, 2023

Falcor 6.0


How can I perform inference with a PyTorch model within a RenderPass, for example PathTracer? Referring to the verifyData example in the TestPyTorchPass from the TestPasses, is loading pre-trained PyTorch model weights into the shader code and performing inference within the RenderPass the best approach? Or is there a simpler method?

@derkder
Copy link

derkder commented Jul 31, 2024

Hi, have you solved it, Im encountering the same issue. Most of the Falcor+NN project are using tiny-cuda-nn, but I realy want to know if Ive already trained a regular MLP network, how can I implement it to get a render result.

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