NVIDIA Kaolin Wisp is a PyTorch library powered by NVIDIA Kaolin Core to work with neural fields (including NeRFs, NGLOD, instant-ngp and VQAD).
1.46k
stars
132
forks
source link
Fixing checking if dataset supports depth #130
Closed
DomaradzkiMaciej closed 1 year ago
In the if statement checking whether the dataset supports depth there was lack of brackets, so it always evaluated to True.