NVIDIAGameWorks / kaolin-wisp

NVIDIA Kaolin Wisp is a PyTorch library powered by NVIDIA Kaolin Core to work with neural fields (including NeRFs, NGLOD, instant-ngp and VQAD).
Other
1.45k stars 132 forks source link

Fixing checking if dataset supports depth #130

Closed DomaradzkiMaciej closed 1 year ago

DomaradzkiMaciej commented 1 year ago

In the if statement checking whether the dataset supports depth there was lack of brackets, so it always evaluated to True.

orperel commented 1 year ago

Thanks for the fix @DomaradzkiMaciej !