Vijay Vignesh
Vijay Vignesh
Before submitting - [x] Was this discussed/agreed via a Github issue? (no need for typos and docs improvements) - [x] Did you read the [contributor guideline](https://github.com/Lightning-AI/lit-data/blob/main/CONTRIBUTING.md), Pull Request section? -...
## What does this PR do? Fixes #3084 Before submitting - [x] Was this **discussed/agreed** via a Github issue? (no need for typos and docs improvements) - [x] Did you...
## What does this PR do? Fixes #3278 Before submitting - [x] Was this **discussed/agreed** via a Github issue? (no need for typos and docs improvements) - [x] Did you...
## What does this PR do? Implements the Upper Face Dynamics Deviation (FDD) metric for 3D talking head evaluation. Computes the deviation in motion magnitude of upper-face vertices between predicted...
## What does this PR do? Fixes #3275 Before submitting - [ ] Was this **discussed/agreed** via a Github issue? (no need for typos and docs improvements) - [x] Did...
## What does this PR do? Fixes GeneralizedDiceScore to yield NaN for missing classes when per_class=True. Added testcases to verify the same. Fixes #2846 Before submitting - [x] Was this...
## What does this PR do? Fixes #2747 Before submitting - [x] Was this **discussed/agreed** via a Github issue? (no need for typos and docs improvements) - [x] Did you...
## What does this PR do? Fixes #3096 Before submitting - [x] Was this **discussed/agreed** via a Github issue? (no need for typos and docs improvements) - [x] Did you...
## 🐛 Bug Using logauc function gives the following Userwarning: ``` torchmetrics/src/torchmetrics/functional/classification/logauc.py:52: UserWarning: To copy construct from a tensor, it is recommended to use sourceTensor.detach().clone() or sourceTensor.detach().clone().requires_grad_(True), rather than torch.tensor(sourceTensor)....