sort_of_moonwalk/README.md
Ruben van de Ven 902a419e98 fix lfs url
2025-08-06 15:32:53 +02:00

28 lines
653 B
Markdown

# SORT of moonwalking
Try the cinematic flicker effect with a multi-object tracker like Simple Realtime Object Tracker (SORT).
<video controls="" src="/security_vision/sort_of_moonwalk/media/branch/main/docs/moonwalk.mp4">
<strong>Your browser does not support the HTML5 "video" tag.</strong>
</video>
# 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
```