Falcor
Falcor copied to clipboard
Forward inference using a pretrained model
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?