Merge pull request #56 from channeladam/master
Fix initial basic setup / new starter issues
正在显示
# pip install -U -r requirements.txt | # pip install -U -r requirements.txt | ||
numpy==1.17 | Cython | ||
numpy | |||
opencv-python | opencv-python | ||
torch >= 1.5 | torch >= 1.5 | ||
matplotlib | matplotlib | ||
pycocotools | |||
tqdm | |||
pillow | pillow | ||
tensorboard | tensorboard | ||
pyyaml | pyyaml | ||
torchvision | |||
scipy | |||
tqdm | |||
'git+https://github.com/cocodataset/cocoapi.git#subdirectory=PythonAPI' | |||
# Nvidia Apex (optional) for mixed precision training -------------------------- | # 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 | # 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 | ||
... | ... |
weights/download_weights.sh
100644 → 100755
请
注册
或者
登录
后发表评论