documentation
parent
f8642cc37e
commit
a173d34fa6
|
@ -0,0 +1,6 @@
|
|||
# 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>
|
||||
```
|
|
@ -0,0 +1,6 @@
|
|||
# video_processing.py
|
||||
Python script to download episodes and extract the frames.
|
||||
The extracted frames are saved to ../../data/<id_episode|int>/
|
||||
```bash
|
||||
python src/video_processing.py -a <"download"|"extract_frames"> -ep <int>
|
||||
```
|
Loading…
Reference in New Issue