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).
Running spc_render.diff returns ``` RuntimeError: CUDA error: an illegal memory access was encountered CUDA kernel errors might be asynchronously reported at some other API call,so the stacktrace below might be...
Hi, I have been trying to run kaolin wisp on the lego synthetic data but I have this bug. ``` python app/nerf/main_nerf.py --dataset-path /media/phong/NEW_DATA/data/nerf_synthetic/hotdog/ --config app/nerf/configs/nerf_triplanar.yaml loading data: 100%|██████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 100/100...
More of a question than an issue. I see that the app saves "model.pth" which by the looks of it contains the pipeline definition and the trained weights, etc... Is...
First, thank you for the great library! Using `OctreeGrid` with `multiscale_type='cat'` gave me an error when calling `interpolate` at L273 https://github.com/NVIDIAGameWorks/kaolin-wisp/blob/7ca5c6f684fbf32d473ed5a4b05430d1780de677/wisp/models/grids/octree_grid.py#L273 The problem is that `self.feature_dim` is too small as...
Hi! Is there going to be support for handling unbounded scenes via background models with re-parameterized inputs in the near future? If not, would it be possible for you to...
Hi I am coming from Instant-ngp, and lately, they added the capability to load individual intrinsics (by moving the global intrinsics in the json to each image). This also allows...
https://github.com/NVIDIAGameWorks/kaolin-wisp/blob/4d93ade5cfcd36a05b26da5ad3a73ea28b500946/wisp/models/grids/triplanar_grid.py#L76 should be mode not modes
Thanks for your awesome project. Is there any plan to support the MipNeRF360 model/dataset?
 I am using lego dataset. I have change blas to all the three options however it still has the same error.
#179