Adam commited on
Commit
faa6aea
1 Parent(s): 099e6f5

Fix pip requirements issues

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -1
requirements.txt CHANGED
@@ -1,4 +1,5 @@
1
  # pip install -U -r requirements.txt
 
2
  numpy==1.17
3
  opencv-python
4
  torch >= 1.5
@@ -8,7 +9,8 @@ tqdm
8
  pillow
9
  tensorboard
10
  pyyaml
11
-
 
12
 
13
  # Nvidia Apex (optional) for mixed precision training --------------------------
14
  # git clone https://github.com/NVIDIA/apex && cd apex && pip install -v --no-cache-dir --global-option="--cpp_ext" --global-option="--cuda_ext" . --user && cd .. && rm -rf apex
 
1
  # pip install -U -r requirements.txt
2
+ Cython
3
  numpy==1.17
4
  opencv-python
5
  torch >= 1.5
 
9
  pillow
10
  tensorboard
11
  pyyaml
12
+ torchvision
13
+ scipy
14
 
15
  # Nvidia Apex (optional) for mixed precision training --------------------------
16
  # git clone https://github.com/NVIDIA/apex && cd apex && pip install -v --no-cache-dir --global-option="--cpp_ext" --global-option="--cuda_ext" . --user && cd .. && rm -rf apex