소스 검색

pycocotools git install fix

5.0
Glenn Jocher 4 년 전
부모
커밋
4dd75b3635
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      requirements.txt

+ 1
- 1
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

Loading…
취소
저장