Update requirements.txt
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
@@ -1,16 +1,16 @@
|
|
1 |
# pip install -U -r requirements.txt
|
2 |
Cython
|
3 |
-
numpy
|
4 |
opencv-python
|
5 |
torch >= 1.5
|
6 |
matplotlib
|
7 |
-
pycocotools
|
8 |
-
tqdm
|
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
|
|
|
1 |
# pip install -U -r requirements.txt
|
2 |
Cython
|
3 |
+
numpy
|
4 |
opencv-python
|
5 |
torch >= 1.5
|
6 |
matplotlib
|
|
|
|
|
7 |
pillow
|
8 |
tensorboard
|
9 |
pyyaml
|
10 |
torchvision
|
11 |
scipy
|
12 |
+
tqdm
|
13 |
+
'git+https://github.com/cocodataset/cocoapi.git#subdirectory=PythonAPI'
|
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
|