README.md を更新
This commit is contained in:
21
README.md
21
README.md
@@ -47,3 +47,24 @@ colmap.txtとsparseフォルダと写真が格納されたimegeフォルダをPo
|
|||||||
https://lilea.net/lab/how-to-use-vrchat-gaussian-splatting/
|
https://lilea.net/lab/how-to-use-vrchat-gaussian-splatting/
|
||||||
````
|
````
|
||||||
|
|
||||||
|
# 前提条件
|
||||||
|
- ffmpeg がPATHに入っていること
|
||||||
|
- 顔ぼかしを使うなら opencv-python が入っていること
|
||||||
|
|
||||||
|
# 実行方法
|
||||||
|
|
||||||
|
```
|
||||||
|
uv run src/main.py extract <video_file>
|
||||||
|
uv run src/main.py blur <output_folder>
|
||||||
|
uv run src/main.py convert <output_folder>
|
||||||
|
uv run src/main.py pipeline <video_file>
|
||||||
|
|
||||||
|
例:
|
||||||
|
|
||||||
|
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
|
||||||
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user