Go to file
2026-02-12 18:26:22 +09:00
core WIP 2026-02-07 07:47:23 +09:00
docs GPUテスト 2026-02-12 18:26:22 +09:00
operators applyの選択を自動化 2026-02-07 05:57:39 +09:00
panels init 2026-02-06 08:16:23 +09:00
server WIP 2026-02-07 07:47:23 +09:00
__init__.py init 2026-02-06 08:16:23 +09:00
.envrc YOLO 2026-02-06 10:13:26 +09:00
.gitignore WIP 2026-02-07 07:47:23 +09:00
blender_manifest.toml YOLO 2026-02-06 10:13:26 +09:00
debug_detector.py GPUテスト 2026-02-12 18:26:22 +09:00
flake.lock YOLO 2026-02-06 10:13:26 +09:00
flake.nix GPUテスト 2026-02-12 18:26:22 +09:00
README.md GPUテスト 2026-02-12 18:26:22 +09:00
run_server.sh GPUテスト 2026-02-12 18:26:22 +09:00
test_quick.sh GPUテスト 2026-02-12 18:26:22 +09:00
test_result_frame0.jpg GPUテスト 2026-02-12 18:26:22 +09:00
test_result_gpu_frame0.jpg GPUテスト 2026-02-12 18:26:22 +09:00
test_server_api.py GPUテスト 2026-02-12 18:26:22 +09:00

Blender Plugin: Mask Peoples

街歩き映像に対して自動モザイクを掛けるために開発しました。

使用:https://github.com/akanametov/yolo-face

開発者向け情報

処理プロセスの単体デバッグ

顔検出処理をBlenderから独立してテストできます。

# 画像ファイルでテスト
python debug_detector.py --image test.jpg

# 動画ファイルでテスト
python debug_detector.py --video test.mp4 --frame 0

# クイックテスト(簡易版)
./test_quick.sh test.jpg

詳細は docs/debugging.md を参照してください。