NVlabs / neuralangelo

Official implementation of "Neuralangelo: High-Fidelity Neural Surface Reconstruction" (CVPR 2023)
https://research.nvidia.com/labs/dir/neuralangelo/
Other
4.31k stars 387 forks source link

Training Using Custom Dataset #139

Open Bryandrm opened 10 months ago

Bryandrm commented 10 months ago

Hello, I'm working with a custom dataset, I already have the images, depth maps and normal maps, also a transform.json with the structure for instant-ngp ( I read that this format is the same for neuralangelo )

I would like to train using the images, and the depth/normal maps to speed up the workflow, is possible to use depths and normal maps with neuralangelo?

image

And this is the json

image

@mli0603 @chenhsuanlin

hradec commented 9 months ago

+1

Nkcemeka commented 2 months ago

@Bryandrm Did you finally figure this out? I would love to know if it is possible to incorporate depth maps as well!

Nkcemeka commented 1 month ago

@chenhsuanlin Please do you have any info on this?