21 lines
472 B
Markdown
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
|
|
```
|
|
|
|
|