360FusionNeRF
360FusionNeRF copied to clipboard
Is the generated depth map as intended?
Hi, @shreyask3107 @maxtomCMU, Thank you for sharing the code for your paper!
The generated depth map has all pixel values of 0 due to uint8(d1). Is this the intended behavior?
Thank you in advance!
### Tasks
Would it be uint8(d1 *255) or uint16(d1 *d_max) instead?