docs: update docs_v1.0/ documentation
- Fix markdown lint issues (MD030, MD047, MD051, MD028, MD005) - Update AI agents, architecture, implementation docs - Add new identity, face recognition, and API documentation - Remove deprecated face/person API guides
This commit is contained in:
@@ -655,4 +655,4 @@ pip install opencv-python
|
||||
---
|
||||
|
||||
**更新日誌:**
|
||||
- 2026-04-06: V1.0 初始版本,完整分析三種模型
|
||||
- 2026-04-06: V1.0 初始版本,完整分析三種模型
|
||||
|
||||
@@ -41,7 +41,7 @@
|
||||
- `GET /api/v1/face/list`: 列出所有人臉身份
|
||||
- `GET /api/v1/face/{face_id}`: 獲取人臉詳情
|
||||
- `DELETE /api/v1/face/{face_id}`: 刪除人臉身份
|
||||
- `GET /api/v1/face/results/{video_uuid}`: 獲取處理結果
|
||||
- `GET /api/v1/face/results/{file_uuid}`: 獲取處理結果
|
||||
|
||||
### ✅ 6. 數據庫函數
|
||||
- `find_similar_faces()`: 向量相似度搜索
|
||||
@@ -137,7 +137,7 @@ curl -X POST http://localhost:3002/api/v1/face/register \
|
||||
curl -X POST http://localhost:3002/api/v1/face/recognize \
|
||||
-H "Content-Type: application/json" \
|
||||
-d '{
|
||||
"video_uuid": "video-123",
|
||||
"file_uuid": "video-123",
|
||||
"enable_recognition": true,
|
||||
"enable_tracking": true
|
||||
}'
|
||||
@@ -215,4 +215,4 @@ export MOMENTRY_LOG_LEVEL=debug
|
||||
**系統狀態**: ✅ 生產就緒
|
||||
**測試覆蓋率**: ✅ 全面測試
|
||||
**文檔完整性**: ✅ 完整文檔
|
||||
**性能表現**: ✅ 優化完成
|
||||
**性能表現**: ✅ 優化完成
|
||||
|
||||
@@ -331,4 +331,4 @@ GET /api/v1/images/{uuid}/metadata
|
||||
**最後更新**: 2026-04-22
|
||||
**版本**: V1.0
|
||||
**狀態**: 設計階段
|
||||
**優先級**: 中
|
||||
**優先級**: 中
|
||||
|
||||
@@ -129,7 +129,7 @@ python3 scripts/scene_classifier.py \
|
||||
|
||||
3. **測試長影片**
|
||||
- 測試 Old_Time_Movie_Show (114 分鐘)
|
||||
- 評估記憶體使用和處理時間
|
||||
- 評估記憶體使用和處理時間
|
||||
|
||||
### 中期(1 週)
|
||||
|
||||
@@ -150,7 +150,7 @@ python3 scripts/scene_classifier.py \
|
||||
- 效能基準測試
|
||||
- 使用者回饋收集
|
||||
|
||||
7. **優化與部署**
|
||||
2. **優化與部署**
|
||||
- 根據測試結果優化
|
||||
- 文檔完善
|
||||
- 生產環境部署
|
||||
|
||||
@@ -147,5 +147,5 @@ python3 scripts/scene_classifier.py video.mp4 output.json \
|
||||
--min-scene-duration 3.0
|
||||
|
||||
# API 測試(Playground 啟動後)
|
||||
python3 scripts/test_scene_api.py <video_uuid>
|
||||
python3 scripts/test_scene_api.py <file_uuid>
|
||||
```
|
||||
|
||||
@@ -209,4 +209,4 @@ Search Index
|
||||
|
||||
**完成狀態**:✅ Phase 2.1 核心設計完成
|
||||
|
||||
**下一步**:修復現有 `types.rs` 文件的語法錯誤,然後進行 Phase 2.2 的處理器集成。
|
||||
**下一步**:修復現有 `types.rs` 文件的語法錯誤,然後進行 Phase 2.2 的處理器集成。
|
||||
|
||||
Reference in New Issue
Block a user