NVIDIAGameWorks / kaolin-wisp

NVIDIA Kaolin Wisp is a PyTorch library powered by NVIDIA Kaolin Core to work with neural fields (including NeRFs, NGLOD, instant-ngp and VQAD).
Other
1.45k stars 132 forks source link

Install procedure directions #106

Closed DocSavage closed 1 year ago

DocSavage commented 1 year ago

In the most recent commit 351a04a the install instructions suggested: pip install kaolin==0.12.0 -f https://nvidia-kaolin.s3.us-east-2.amazonaws.com/torch-${TORCH_VER}_cu${CUDA_VER}.html

When trying this, it seems like kaolin released 0.11.0 but not 0.12.0 yet? So I assume we need to install manually from source? https://pypi.org/project/kaolin/#history

orperel commented 1 year ago

Hi @DocSavage !

The installation instructions are actually correct, and you can safely install kaolin with pip, there is no need to install it from the source. The kaolin wheels are currently hosted on https://nvidia-kaolin.s3.us-east-2.amazonaws.com and the latest released version of kaolin is 0.12.0.

Please ignore that pypi page, it's obsolete and pending removal. (feel free to re-open the issue if there are any further queries)