Open j93hahn opened 1 year ago
Hi, thank you for this great work!
I just had a question - where is the code for the unbiased volumetric rendering located? I see the train_sdf() function in testbed_sdf.cu but there are so many levels of abstraction present that I am not sure where to go from there. More specifically, where is the code for this line? https://github.com/19reborn/NeuS2/blob/61f9cbfc086805b3f9cb0a9e236c4d98b2d76f78/src/testbed_sdf.cu#L1236
train_sdf()
testbed_sdf.cu
Hi @j93hahn, the main code is in testbed_nerf.cu and nerf_network.h. testbed_sdf.cu is only inherited from instant-ngp, and we don't use it.
testbed_nerf.cu
nerf_network.h
Hi, thank you for this great work!
I just had a question - where is the code for the unbiased volumetric rendering located? I see the
train_sdf()
function intestbed_sdf.cu
but there are so many levels of abstraction present that I am not sure where to go from there. More specifically, where is the code for this line? https://github.com/19reborn/NeuS2/blob/61f9cbfc086805b3f9cb0a9e236c4d98b2d76f78/src/testbed_sdf.cu#L1236