Commit
·
4dd75b3
1
Parent(s):
9bf35e7
pycocotools git install fix
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -10,7 +10,7 @@ pyyaml
|
|
10 |
torchvision
|
11 |
scipy
|
12 |
tqdm
|
13 |
-
|
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
|
|
|
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
|