NVIDIAGameWorks / kaolin

A PyTorch Library for Accelerating 3D Deep Learning Research
Apache License 2.0
4.46k stars 554 forks source link

dmtet_tutorial.ipynb contains dead link? #822

Open AlexanderRitter02 opened 1 month ago

AlexanderRitter02 commented 1 month ago

In the dmtet_tutorial.ipynb, the link to "Omniverse Kaolin App" in broken.

In addition, we demonstrate the use of Kaolin's 3D checkpoints and training visualization with the Omniverse Kaolin App.

Click on the link "Omniverse Kaolin App": https://docs.omniverse.nvidia.com/app_kaolin/app_kaolin/user_manual.html The page will report the following 404 error:

404 Not Found

  • Code: NoSuchKey
  • Message: The specified key does not exist.
  • Key: kaolin/latest/user_manual.html
  • RequestId: 59XDKGXHCGVNPEAZ
  • HostId: CXE4nIWC2Sb6i7BYxGcu0HJlWX455+zpeFhiIbyI3v5zLH6IcTkdbmhV4k6lIMxr7TpmuGnAI7g=

It seems to be the same link in all tutorial notebooks, so it needs to be changed everywhere or the website needs to set up a redirect.

I'm not sure exactly where this should link to, maybe the "Kaolin Extension" page: https://docs.omniverse.nvidia.com/extensions/latest/ext_kaolin.html?

Caenorst commented 1 month ago

Hi Alexander,

Good catch! Actually the Kaolin App in Omniverse is deprecated. You can still visualize any USD generated by Kaolin in Omniverse USD explorer.

Will fix soon.

The Kaolin extension is for running Kaolin inside Omniverse, i.e: making python scripts with Kaolin to be applied on the scene.