File tree Expand file tree Collapse file tree
src/domain/recognition/services Expand file tree Collapse file tree Original file line number Diff line number Diff 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 */
2427export const VOCABULARY_FRAMES = 16 ;
2528
You can’t perform that action at this time.
0 commit comments