| core | ||
| docs | ||
| operators | ||
| panels | ||
| server | ||
| __init__.py | ||
| .envrc | ||
| .gitignore | ||
| blender_manifest.toml | ||
| debug_detector.py | ||
| flake.lock | ||
| flake.nix | ||
| README.md | ||
| run_server.sh | ||
| test_quick.sh | ||
| test_result_frame0.jpg | ||
| test_result_gpu_frame0.jpg | ||
| test_server_api.py | ||
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 を参照してください。