kaolin-wisp icon indicating copy to clipboard operation
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).

Results 56 kaolin-wisp issues
Sort by recently updated
recently updated
newest added

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...

bug

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...

bug

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...

documentation
good first issue

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...

bug

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...

enhancement

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...

enhancement

https://github.com/NVIDIAGameWorks/kaolin-wisp/blob/4d93ade5cfcd36a05b26da5ad3a73ea28b500946/wisp/models/grids/triplanar_grid.py#L76 should be mode not modes

bug

Thanks for your awesome project. Is there any plan to support the MipNeRF360 model/dataset?

enhancement

![image](https://github.com/NVIDIAGameWorks/kaolin-wisp/assets/117601878/873bd77c-b410-4d33-884c-7a9478be2f0c) I am using lego dataset. I have change blas to all the three options however it still has the same error.