sort_of_moonwalk/README.md
Ruben van de Ven b52d340bf4 migrate to uv
2025-08-06 15:21:17 +02:00

21 lines
472 B
Markdown

# SORT of moonwalking
Try the cinematic flicker effect with a multi-object tracker like Simple Realtime Object Tracker (SORT).
# Installation
```sh
uv install
uv run moonwalk.py
```
Then scrolling while hovering the parameters at the bottom left corner changes their value. Pressing `v` will toggle verbose output to terminal.
To get the image frames:
```
cd walking-body
blender -b walking-body.blend -s 125 -e 162 -a -- --engine CYCLES --cycles-device CUDA
```