We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5190ea commit e54f382Copy full SHA for e54f382
src/torchmetrics/multimodal/fdd.py
@@ -77,7 +77,7 @@ class UpperFaceDynamicsDeviation(Metric):
77
>>> vertices_pred = torch.randn(10, 100, 3, generator=torch.manual_seed(42))
78
>>> vertices_gt = torch.randn(10, 100, 3, generator=torch.manual_seed(43))
79
>>> metric(vertices_pred, vertices_gt)
80
- tensor(-0.3668)
+ tensor(-0.0252)
81
82
"""
83
0 commit comments