kaolin icon indicating copy to clipboard operation
kaolin copied to clipboard

dmtet_tutorial.ipynb contains dead link?

Open AlexanderRitter02 opened this issue 1 year ago • 6 comments

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?

AlexanderRitter02 avatar Aug 12 '24 16:08 AlexanderRitter02

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.

Caenorst avatar Aug 12 '24 16:08 Caenorst

Stale issue message

github-actions[bot] avatar Mar 06 '25 21:03 github-actions[bot]

Erroneously auto-closed; reopening

shumash avatar May 06 '25 13:05 shumash

Stale issue, please reopen if still relevant

github-actions[bot] avatar Aug 27 '25 21:08 github-actions[bot]

This issue isn't stale.

In fact, the broken links have even grown, now there are 3 broken instances, the links in those sections:

In this example, we use the point cloud generated by Omniverse Kaolin App. We load the pre-generated point cloud in examples/samples/ and normalize it to the range of the tetrahedral grid. The normalized point cloud is saved to the checkpoint which can be visualized using the Omniverse app.

You can now use the Omniverse app to visualize the mesh optimization over training by using the training visualizer on "./logs/", where we stored the checkpoints.

Which are: https://docs.omniverse.nvidia.com/kaolin/latest/user_manual.html#data-generator https://docs.omniverse.nvidia.com/app_kaolin/app_kaolin

AlexanderRitter02 avatar Aug 30 '25 10:08 AlexanderRitter02