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

Hello! I'm trying to get kaolin-wisp working on a GCP Compute Engine VM and everything installs without error, but when I run `python3 app/main.py --config configs/ngp_nerf.yaml --multiview-dataset-format standard --mip 0...

The `mesh_to_octree()` function in `ops/spc/conversions.py` has a number of surface samples hardcoded to 100M for voxel initialization. This consumes a large amount of memory, so much that even on a...

I prepared and compiled everything but it triggers errors when trying to load it under wsl. It starts loading the dataset (i'm trying with the default fox) but then it...

Hi, thanks for this wonderful project code release! I followed the instructions and installed kaolin-wisp, but when I import wisp I get: >>> import wisp Traceback (most recent call last):...

Very curious if there are any examples of combining pipelines? Just add them to multiple scene_graph.neural_pipelines

Thanks for this amazing library! Let me ask about running example application on docker image. I created an docker image following [this](https://github.com/NVIDIAGameWorks/kaolin-wisp#1-using-our-dockerfile-linux-only) documentation and tried to run NGLOG-NeRF with: ```bash...

Hi, thanks for your great work! will wisp support that training ngp multi hash grid and joint sdf ?

I train the ngp-nerf with conmand `python3 app/main.py --config configs/ngp_nerf.yaml --multiview-dataset-format standard --mip 0 --dataset-path data/lego` I only changed epochs to 100 The PSNR of result is only 24.52 in...

metrics

I am trying to enhance NeuS with a hash grid encoding. NeuS utilizes the normal of the SDF as input to its color field, and this normal is computed as...

Hi, in the instant-ngp paper, there is an occupancy grid updated and used in NeRF ray marching. But I think this is not implemented yet in wisp? Would you mind...