zzangjinsun / NLSPN_ECCV20

Park et al., Non-Local Spatial Propagation Network for Depth Completion, ECCV, 2020
MIT License
321 stars 55 forks source link

Question about camera intrinsic parameters #26

Closed bluenights closed 3 years ago

bluenights commented 3 years ago

Thanks for the code. I'm wondering how the camera intrinsic parameters works in this implementation as it is one of the outputs in nyu dataloader.

zzangjinsun commented 3 years ago

Although the NLSPN does not utilize intrinsic parameters, I just implemented dataloader to provide them for future works.