tiny-cuda-nn icon indicating copy to clipboard operation
tiny-cuda-nn copied to clipboard

Do you plan to add a TensorFlow wrapper?

Open woominsong opened this issue 3 years ago • 1 comments

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!

woominsong avatar Jul 22 '22 08:07 woominsong

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.

Tom94 avatar Sep 22 '22 07:09 Tom94