VANA/VANA-python/video_colors/README.md

7 lines
253 B
Markdown
Raw Normal View History

2024-11-23 10:04:53 +01:00
# 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>
```