You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for bringing us the first Neural Renderer!
I want to use your great work with a c++ environment, so I export the 3d reconstruct to jit model first, and then use libtorch to load the .pt files. However, when I want to export the render code to jit mode, it failed because of the unsupported autograd.Function operator.
So I want to directly link the .so files to my c++ app, build I cannot find the head file of the .so.
Any one can help to use the 3d render with c++ environment?
The text was updated successfully, but these errors were encountered:
Thanks for bringing us the first Neural Renderer!
I want to use your great work with a c++ environment, so I export the 3d reconstruct to jit model first, and then use libtorch to load the .pt files. However, when I want to export the render code to jit mode, it failed because of the unsupported autograd.Function operator.
So I want to directly link the .so files to my c++ app, build I cannot find the head file of the .so.
Any one can help to use the 3d render with c++ environment?
The text was updated successfully, but these errors were encountered: