Dom
ea36bba5cc
feat(grounding): Phase 1-2 pipeline FAST→SMART — détection + matching
Phase 1 — FastDetector (core/grounding/fast_detector.py) :
- Détection RF-DETR de tous les éléments UI (~120ms à chaud)
- Enrichissement OCR (texte, voisins, position relative)
- Cache pHash (même écran → résultat instantané)
- 23 éléments détectés sur le benchmark, positions correctes
Phase 2 — SmartMatcher (core/grounding/smart_matcher.py) :
- Matching déterministe : texte exact (score 0.95) puis fuzzy (0.70+)
- Matching probabiliste : type, position, voisins contextuels
- Score combiné pondéré → seuil de confiance
- 5/5 éléments trouvés en < 1ms, 0 faux positif
- "Gorbeille" matche "Corbeille" par fuzzy (score 0.678)
Structures (core/grounding/fast_types.py) :
- DetectedUIElement, ScreenSnapshot, MatchCandidate, LocateResult
- Compatible GroundingResult via to_grounding_result()
Modules standalone — aucun impact sur le système existant.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-25 20:37:14 +02:00
..
2026-04-20 18:29:49 +02:00
2026-04-14 16:48:23 +02:00
2026-03-26 10:19:18 +01:00
2026-03-15 10:02:09 +01:00
2026-01-19 08:40:54 +01:00
2026-04-20 22:13:29 +02:00
2026-01-18 19:06:09 +01:00
2026-03-16 23:10:51 +01:00
2026-04-14 16:48:23 +02:00
2026-04-20 21:27:01 +02:00
2026-04-25 17:48:18 +02:00
2026-04-25 17:48:18 +02:00
2026-04-20 17:03:44 +02:00
2026-03-26 10:19:18 +01:00
2026-04-20 17:03:44 +02:00
2026-04-15 22:02:30 +02:00
2026-04-25 20:37:14 +02:00
2026-01-29 11:23:51 +01:00
2026-01-29 11:23:51 +01:00
2026-04-20 21:37:03 +02:00
2026-01-29 11:23:51 +01:00
2026-03-15 10:02:09 +01:00
2026-03-26 10:19:18 +01:00
2026-01-19 15:34:34 +01:00
2026-01-29 11:23:51 +01:00
2026-04-25 17:48:18 +02:00
2026-01-29 11:23:51 +01:00
2026-04-15 19:01:11 +02:00
2026-01-29 11:23:51 +01:00
2026-01-19 15:34:51 +01:00
2026-03-15 10:02:09 +01:00
2026-01-29 11:23:51 +01:00
2026-04-25 17:48:18 +02:00
2026-04-10 22:18:11 +02:00
2026-01-29 11:23:51 +01:00
2026-04-14 16:48:23 +02:00