From 332e504b9eab80d98eded27e36d61b5814a8ea84 Mon Sep 17 00:00:00 2001 From: every_holiday Date: Thu, 19 Mar 2026 10:57:50 +0000 Subject: [PATCH] =?UTF-8?q?README.md=20=E3=82=92=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/README.md b/README.md index 60c1b19..81ed1d6 100644 --- a/README.md +++ b/README.md @@ -47,3 +47,24 @@ colmap.txtとsparseフォルダと写真が格納されたimegeフォルダをPo https://lilea.net/lab/how-to-use-vrchat-gaussian-splatting/ ```` +# 前提条件 + - ffmpeg がPATHに入っていること + - 顔ぼかしを使うなら opencv-python が入っていること + +# 実行方法 + +``` + uv run src/main.py extract + uv run src/main.py blur + uv run src/main.py convert + uv run src/main.py pipeline + + 例: + + uv run src/main.py extract video.mp4 + uv run src/main.py blur video_145frames_0min4sec_20260122_220022 + uv run src/main.py convert video_145frames_0min4sec_20260122_220022 + uv run src/main.py convert video_145frames_0min4sec_20260122_220022 --dense + uv run src/main.py pipeline video.mp4 + uv run src/main.py pipeline video.mp4 --blur --dense +```