7 lines
253 B
Markdown
7 lines
253 B
Markdown
|
# video_colors.py
|
||
|
Python script to extract the dominant colors of an image and generate a SVG containing them.
|
||
|
The script expects a folder with all the extracted frames in ../../data/<id_episode|int>/
|
||
|
```bash
|
||
|
python src/dominant_colors.py -ep <int>
|
||
|
```
|