From 4dd75b363552e6d61bbfaad5f00648ac073659ab Mon Sep 17 00:00:00 2001 From: Glenn Jocher Date: Sun, 14 Jun 2020 10:54:00 -0700 Subject: [PATCH] pycocotools git install fix --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index d0d0c09ad31b..78b760cf596e 100755 --- a/requirements.txt +++ b/requirements.txt @@ -10,7 +10,7 @@ pyyaml torchvision scipy tqdm -'git+https://github.com/cocodataset/cocoapi.git#subdirectory=PythonAPI' +git+https://github.com/cocodataset/cocoapi.git#subdirectory=PythonAPI # Nvidia Apex (optional) for mixed precision training -------------------------- # 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