kaolin-wisp
kaolin-wisp copied to clipboard
NVIDIA Kaolin Wisp is a PyTorch library powered by NVIDIA Kaolin Core to work with neural fields (including NeRFs, NGLOD, instant-ngp and VQAD).
Thanks for this amazing library! I tried to train the VQAD from the RTMV dataset and I'm getting the following error: ``` $python3 app/main.py --config configs/vqad_nerf.yaml --dataset-path ../dataset/rtmv/amazon_berkely-003/00001/ ... Traceback...
hello!Thanks for the great project! I'm having a problem configuring the project environment. ------------------------------------------------------------------------------> C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\include\stdint.h(21): note:See declaration of "int64_t" wisp/csrc\ops\hashgrid_interpolate.cpp(49): error C2398: element '2': conversion from...
The app's default channels to visualize should be auto-loaded from the channels supported by objects in the scene graph
As the title. Thank you very much!
Is it possible to install Kaolin and Kaolin Wisp on Ubuntu without OpenEXR? I'm unable to install libopenexr-dev on a server without sudo access. Thanks!
Thanks for this unique library! I am using nerf blender data to train the VQAD model. At first, I used the V8 data and the code worked well. Then, I...
I tried to run the fox example under the **Training NGP for forward facing scenes** section and I'm getting the following error: ``` 2022-08-18 15:41:18,934| INFO| EPOCH 47/50 | total...
Where can I find some doc of how to use this research library? Like the dataflow, pipeline, etc..
`python app/nglod/main_nglod.py --config app/nglod/configs/nglod_hash.yaml --blas.mesh-path spot.obj` When I run nglod example, it ran out this error. ``` Traceback (most recent call last): File "/home/chrisliu/Projects/LidarNeRF/LVRF/submodules/kaolin-wisp/app/nglod/main_nglod.py", line 98, in train_dataset: SDFDataset =...
…ed to wandb.Table into a double-nested list