NVlabs / tiny-cuda-nn

Lightning fast C++/CUDA neural network framework
Other
3.67k stars 449 forks source link

Is it possible to read and overwrite the hash table from python? #172

Open CDWJ opened 1 year ago

CDWJ commented 1 year ago

Hi there,

Just curious, is it possible to read the built hash tables from python? I guess the laborious way is to manually divide space again and query each vertex with the trained encoding right? But is there a way to directly readout them as a whole?

Also, if I want to initialize the feature vector of each vertex of the hash grid to a pre-known feature vector, is there a way to do so?

Thanks so much!

lizn33 commented 1 year ago

Same question. Or can we see the hash table entires in debugging by breakpoints?