VANA/VANA-python/video_colors/README.md

8 lines
258 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.
2024-11-23 16:29:44 +01:00
The script expects a folder with all the extracted frames in `../../data/<id_episode|int>/`
2024-11-23 10:04:53 +01:00
```bash
python src/dominant_colors.py -ep <int>
```