Skip to content

Commit 978c4b4

Browse files
committed
docs: stop crediting the face block with a gain that was one lucky seed
1 parent a00b92a commit 978c4b4

1 file changed

Lines changed: 7 additions & 4 deletions

File tree

src/domain/recognition/services/vocabularySignature.ts

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,13 @@ import type {
1616
* used to be one function, and every improvement to this model invalidated every sign the
1717
* user had recorded. They ship on different clocks, so they get different code.
1818
*
19-
* Each element earned its place on the held-out test split: hand position relative to the
20-
* torso (+5.7 top-1), sixteen frames instead of eight (+3.0), torso and head orientation
21-
* (+1.0), facial expression (+1.2). Motion deltas, raw face coordinates and input
22-
* augmentation were all measured and all made it worse.
19+
* Measured on the held-out test split: hand position relative to the torso (+5.7 top-1),
20+
* sixteen frames instead of eight (+3.0), torso and head orientation (+0.9 over four seeds).
21+
* Facial expression is the exception — its published +1.2 was the best of four seeds and its
22+
* mean is below dropping it, so those six floats have not earned their place. They stay
23+
* because this corpus is a dictionary of isolated signs and cannot show what the face is for.
24+
* Motion deltas, raw face coordinates and input augmentation were all measured and all made it
25+
* worse. `tools/train/README.md` has the seed sweep.
2326
*/
2427
export const VOCABULARY_FRAMES = 16;
2528

0 commit comments

Comments
 (0)