提交测试

This commit is contained in:
2024-01-16 17:22:21 +08:00
parent 92862c0372
commit 73635fda01
654 changed files with 178015 additions and 2 deletions

View File

@@ -0,0 +1,20 @@
.. _kaolin.metrics:
kaolin.metrics
==============
Metrics are differentiable operators that can be used to compute loss or accuracy.
We currently provide an IoU for voxelgrid, sided distance based metrics such as chamfer distance,
point_to_mesh_distance and other simple regularization such as uniform_laplacian_smoothing.
For tetrahedral mesh, we support the equivolume and AMIPS losses.
.. toctree::
:maxdepth: 2
:titlesonly:
kaolin.metrics.pointcloud
kaolin.metrics.render
kaolin.metrics.trianglemesh
kaolin.metrics.voxelgrid
kaolin.metrics.tetmesh