tovacinni/sdf-explorer

How to visualize a custom SDF encoded as a Neural Network?

Opened this issue · 0 comments

tatban commented

@tovacinni Thank you so much for the great work.

I would like to use your explorer app to visualize a custom SDF model generated by a trained neural network (f: R^3 -> R) implemented in Pytorch (Say something similar to Deep SDF).

Now, it looks like I need to write a custom GLSL file from which I need to invoke the trained Pytorch model. But I don't know how to embed Pytorch model inside GLSL file. Is there any way to do that? Also, is there any other way to achieve this without embedding Pytorch model inside GLSL?

I believe this would be a great feature to add, considering the recently growing interest in 3D deep implicit representations.

Thanks