glenn-jocher commited on
Commit
7b2b521
1 Parent(s): 5991d14

update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +11 -8
requirements.txt CHANGED
@@ -1,10 +1,11 @@
1
  # pip install -r requirements.txt
 
 
2
  Cython
3
  matplotlib>=3.2.2
4
  numpy>=1.18.5
5
  opencv-python>=4.1.2
6
  pillow
7
- # pycocotools>=2.0
8
  PyYAML>=5.3
9
  scipy>=1.4.1
10
  tensorboard>=2.2
@@ -12,10 +13,12 @@ torch>=1.6.0
12
  torchvision>=0.7.0
13
  tqdm>=4.41.0
14
 
15
- # Conda commands (in place of pip) ---------------------------------------------
16
- # conda update -yn base -c defaults conda
17
- # conda install -yc anaconda numpy opencv matplotlib tqdm pillow ipython
18
- # conda install -yc conda-forge scikit-image pycocotools tensorboard
19
- # conda install -yc spyder-ide spyder-line-profiler
20
- # conda install -yc pytorch pytorch torchvision
21
- # conda install -yc conda-forge protobuf numpy && pip install onnx==1.6.0 # https://github.com/onnx/onnx#linux-and-macos
 
 
 
1
  # pip install -r requirements.txt
2
+
3
+ # base ----------------------------------------
4
  Cython
5
  matplotlib>=3.2.2
6
  numpy>=1.18.5
7
  opencv-python>=4.1.2
8
  pillow
 
9
  PyYAML>=5.3
10
  scipy>=1.4.1
11
  tensorboard>=2.2
 
13
  torchvision>=0.7.0
14
  tqdm>=4.41.0
15
 
16
+ # coco ----------------------------------------
17
+ # pycocotools>=2.0
18
+
19
+ # export --------------------------------------
20
+ # coremltools==4.0b2
21
+ # onnx>=1.7.0
22
+
23
+ # extras --------------------------------------
24
+ # thop