-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathinstall.sh
More file actions
19 lines (16 loc) · 740 Bytes
/
install.sh
File metadata and controls
19 lines (16 loc) · 740 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#!/usr/bin/bash
sudo apt-get install libav-tools
sudo apt-get install unrar
sudo pip install rarfile
sudo pip install opencv-python
sudo pip install moviepy
sudo pip install h5py
sudo pip install jsonpickle
sudo pip install scipy
sudo pip install scikit-image
sudo pip install sk-video
# TODO add mising video files in video-utils (any freeware videos)
# TODO test the video-utils script once more :)
# TODO make the progress indicator runnable on python-terminal (or detect the environment and run an alternative in this case?)
# TODO make model-def script and dataset-def script compatible to tensorflor-learn (if possible)
# TODO create a setup.py script or another standard install script to install al dependencies in a single call