-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdependencies.sh
26 lines (24 loc) · 778 Bytes
/
dependencies.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
apt update
apt-get autoclean
apt install -y ffmpeg
apt install unrar
pip install yt-dlp
pip3 install torch==1.10.2+cu113 torchvision==0.11.3+cu113 torchaudio===0.10.2+cu113 -f https://download.pytorch.org/whl/cu113/torch_stable.html
pip install torchsummary
pip install cleverhans
pip install wandb
pip install git+https://github.com/open-mmlab/mim.git
mim install mmaction2
pip install pytorch-ignite
pip install timm
pip install mmcv-full -f https://download.openmmlab.com/mmcv/dist/cu102/torch1.10.0/index.html
pip install decord
pip install einops
pip install matplotlib
pip install numpy
pip install opencv-contrib-python
pip install Pillow
pip install scipy
pip install torch>=1.3
pip install git+https://github.com/Atze00/MoViNet-pytorch.git
pip install pytorchvideo