28 lines
651 B
Markdown
28 lines
651 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/raw/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
|
|
```
|
|
|
|
|
|
|
|
|