nerf-pytorch icon indicating copy to clipboard operation
nerf-pytorch copied to clipboard

how can I convert the depth map into a point cloud, given the accurate camera intrinsics

Open elenacliu opened this issue 1 year ago • 2 comments

elenacliu avatar Aug 13 '23 11:08 elenacliu

Like the depth map in lego's test folder in the synthetic dataset, which is in png format, what do we do to align it with the nerf coordinates, expecting answer.

SwcK423 avatar Aug 14 '23 13:08 SwcK423

depth map in the test folder is not used in the training of the model. it is kept for the user to compare the results after training with gt depth. technically i see the depth map is aligned for every rgb image, so the coordinates of the rgb image may also be the same for depth images, check the transform_test.json

GauravNerf avatar Mar 10 '24 13:03 GauravNerf