feat: Wiki 지식 자산 업데이트 - UX Scenarios, Frontend, Game Design, Topics 추가 [2026-05-08]

This commit is contained in:
2026-05-08 19:52:07 +09:00
parent 9dd3d40662
commit 5ba5a55c78
3984 changed files with 334557 additions and 28839 deletions
+65 -4
View File
@@ -1,9 +1,21 @@
---
id: CV-POSE-001
category: Unified
id: wiki-2026-0508-pose-estimation
title: Pose Estimation
category: 10_Wiki/Topics
status: needs_review
canonical_id: self
aliases: [CV-POSE-001]
duplicate_of: none
source_trust_level: A
confidence_score: 1.0
tags: [[Computer Vision|[Computer-Vision]], pose-estimation, keypoint-detection, [[Human-Computer-Interaction|Human-Computer-Interaction]], mediapipe, motion-capture]
tags: ["Computer Vision|[Computer-Vision", pose-estimation, keypoint-detection, Human-Computer-Interaction, mediapipe, motion-capture]
raw_sources: []
last_reinforced: 2026-04-26
github_commit: pending
inferred_by: Claude Opus 4.7 (auto-normalize 2026-05-08)
tech_stack:
language: unspecified
framework: unspecified
---
# Pose Estimation (자세 추정)
@@ -20,10 +32,59 @@ last_reinforced: 2026-04-26
- **Top-down:** 사람을 먼저 탐지(Object Detection)하고 그 안에서 관절 추출 (정밀도에 유리).
- **의의:** 홈 트레이닝 앱의 동작 교정, 수어 번역, 영화/게임의 모션 캡처, 보행자 행동 예측 등 인간 중심의 인터랙션이 필요한 모든 지능형 서비스의 핵심 기술.
## ⚠️ 모순 및 업데이트 (Contradictions & RL Update)
## ⚠️ 모순 및 업데이트 (Contradictions & Updates)
- **과거 데이터와의 충돌:** 고가의 마커를 몸에 붙여야 했던 전용 장비 기반의 모션 캡처 시장에서, 이제는 스마트폰 카메라 한 대와 가벼운 신경망 모델만으로도 실시간 자세 추정이 가능한 '마커리스(Markerless)' 시대로 완전히 진입함.
- **정책 변화:** Antigravity 프로젝트는 에이전트의 제스처 인식 기능을 개발할 때, 사용자 개인정보 보호를 위해 이미지를 직접 저장하지 않고 랜드마크 좌표(Keypoints)만을 추출하여 처리하는 보안 중심의 자세 추정 파이프라인을 구축함.
## 🔗 지식 연결 (Graph)
- [[Object-Detection-Foundations|Object-Detection-Foundations]], Computer-Vision-Foundations, [[Personal-Information-Security|Personal-Information-Security]], Hugging-Face-Integration
- **Raw Source:** 10_Wiki/Topics/AI/Pose-Estimation.md
## 🤖 LLM 활용 힌트 (How to Use This Knowledge)
**언제 이 지식을 쓰는가:**
- *(TODO)*
**언제 쓰면 안 되는가:**
- *(TODO)*
## 🧪 검증 상태 (Validation)
- **정보 상태:** needs_review
- **출처 신뢰도:** A
- **검토 이유:** *(P-Reinforce Phase 1 자동 정규화. 본문 검증 필요.)*
## 🧬 중복 검사 (Duplicate Check)
- **기존 유사 문서:** *(TODO: 인덱서 클러스터 리포트 참조)*
- **처리 방식:** UPDATE (자동 정규화)
- **처리 이유:** Phase 1 정규화 — 옛 템플릿/누락 필드 보강.
## 🕓 변경 이력 (Changelog)
| 날짜 | 변경 내용 | 처리 방식 | 신뢰도 |
|------|-----------|-----------|--------|
| 2026-05-08 | P-Reinforce Phase 1 정규화 (frontmatter + 헤더 표준화) | UPDATE | A |
## 💻 코드 패턴 (Code Patterns)
**패턴 1:** *(TODO: 이 프로젝트 컨벤션 반영한 구조 스켈레톤)*
```text
# TODO
```
## 🤔 의사결정 기준 (Decision Criteria)
**선택 A를 써야 할 때:**
- *(TODO)*
**선택 B를 써야 할 때:**
- *(TODO)*
**기본값:**
> *(TODO)*
## ❌ 안티패턴 (Anti-Patterns)
- **[안티패턴]:** *(TODO: 무엇을 하면 안 되는가 + 이유 + 대신 무엇을)*