tiny-cuda-nn
tiny-cuda-nn copied to clipboard
Do you plan to add a TensorFlow wrapper?
First of all, thanks for all the great efforts you have put into this repository!
While trying to apply instant-ngp to another project, I found out that the other project is implemented in Tensorflow. Repositories built on top of the original NeRF implementation are implemented in Tensorflow.
Do you have any plans for providing a TensorFlow wrapper? Or would there be a simpler way to apply instant-ngp to a TensorFlow-based code?
Thanks in advance!
Hi, I've looked into creating a custom TensorFlow op in the past, but it seemed very cumbersome.
Apparently requires a bazel TensorFlow build system on Linux, and I can't find any documentation at all about Windows-side custom ops.
Because of this, I currently don't plan on creating a TensorFlow op, although I'd be very much open to the idea if someone more knowledgeable could chime in.