Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -139,19 +139,19 @@ numbers.
|
|
| 139 |
## Additional Requirements
|
| 140 |
|
| 141 |
- **Post-processor (EmotionVAE) checkpoint** β required for evaluation on every `stage=test` run. Obtain from the [official REACT 2026 baseline](https://github.com/reactmultimodalchallenge/baseline_react2026) and place at `pretrained_models/post_processor/checkpoint.pth`.
|
| 142 |
-
- **PIRender + FaceVerse** β needed only for
|
| 143 |
- **MARS dataset** β obtain through the challenge organisers.
|
| 144 |
|
| 145 |
## Metrics
|
| 146 |
|
| 147 |
| Metric | Description |
|
| 148 |
|--------|-------------|
|
| 149 |
-
|
|
| 150 |
-
|
|
| 151 |
-
|
|
| 152 |
-
|
|
| 153 |
-
|
|
| 154 |
-
|
|
| 155 |
|
| 156 |
## Citation
|
| 157 |
|
|
|
|
| 139 |
## Additional Requirements
|
| 140 |
|
| 141 |
- **Post-processor (EmotionVAE) checkpoint** β required for evaluation on every `stage=test` run. Obtain from the [official REACT 2026 baseline](https://github.com/reactmultimodalchallenge/baseline_react2026) and place at `pretrained_models/post_processor/checkpoint.pth`.
|
| 142 |
+
- **PIRender + FaceVerse** β needed only for FRRea (rendered-frame FID) evaluation.
|
| 143 |
- **MARS dataset** β obtain through the challenge organisers.
|
| 144 |
|
| 145 |
## Metrics
|
| 146 |
|
| 147 |
| Metric | Description |
|
| 148 |
|--------|-------------|
|
| 149 |
+
| FRCorr β | Facial Reaction Correlation (CCC against GT) |
|
| 150 |
+
| FRDist β | Facial Reaction Distance (DTW against GT) |
|
| 151 |
+
| FRDiv β | Diversity across the 10 generated predictions (pairwise MSE) |
|
| 152 |
+
| FRVar β | Temporal variance within a generated reaction |
|
| 153 |
+
| FRRea β | Realism (FID on rendered frames) |
|
| 154 |
+
| FRSyn β | Synchrony (Time-Lagged Cross-Correlation) |
|
| 155 |
|
| 156 |
## Citation
|
| 157 |
|