Switch to unified view

a b/landmark_extraction/requirements.txt
1
# Usage: pip install -r requirements.txt
2
3
# Base ----------------------------------------
4
matplotlib>=3.2.2
5
numpy>=1.18.5
6
opencv-python>=4.1.1
7
Pillow>=7.1.2
8
PyYAML>=5.3.1
9
requests>=2.23.0
10
scipy>=1.4.1
11
torch>=1.7.0,!=1.12.0
12
torchvision>=0.8.1,!=0.13.0
13
tqdm>=4.41.0
14
protobuf<4.21.3
15
16
# Logging -------------------------------------
17
tensorboard>=2.4.1
18
# wandb
19
20
# Plotting ------------------------------------
21
pandas>=1.1.4
22
seaborn>=0.11.0
23
24
25
# Extras --------------------------------------
26
ipython  # interactive notebook
27
psutil  # system utilization
28
thop  # FLOPs computation