dmtet_tutorial.ipynb contains dead link?
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?
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.
Stale issue message
Erroneously auto-closed; reopening
Stale issue, please reopen if still relevant
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