- 메인(디바이스)
- 프레임 업로드: POST /image/push (file, session_id, label?, ts?)
- YOLO 결과 업로드: POST /perception/yolo/push (JSON; session_id, ts, detections …)
- 시선/깊이 업로드: POST /perception/gaze/push (JSON; session_id, ts, gaze_xy_norm, …)
- LangGraph(LLM)
- 최근 이미지 설명: image_recent(session_id, limit)
- 최근 YOLO 요약: yolo_scene(session_id, last)
- 최근 시선·깊이 경고: gaze_depth_status(session_id, last)
- 일반 이미지 키워드 조회: image_lookup(query)
- 날씨: weather_now(lat,lon)
'Projects > AI 아이트래킹 모델 프로젝트' 카테고리의 다른 글
| [프로젝트 후일담] Docker 기반 런타임 (2) | 2025.10.01 |
|---|---|
| [프로젝트] 7. 프로젝트 트러블슈팅 및 향후과제 (0) | 2025.09.24 |
| [프로젝트] 5. 음성인식. Porcupine(웨이크워드) + Whisper(STT) + webrtcvad(발화구간) 파이프라인 (0) | 2025.09.22 |
| [프로젝트] 4. 시선벡터 - 월드맵 정합 (0) | 2025.09.16 |
| [프로젝트 A-EYE] 3. 시선추적_월드 깊이맵 구현 (0) | 2025.09.16 |