2019-12-03 00:46:15 +00:00
|
|
|
# pip install -U -r requirements.txt
|
2018-08-26 08:51:39 +00:00
|
|
|
numpy
|
|
|
|
opencv-python
|
2019-11-23 19:35:11 +00:00
|
|
|
torch >= 1.3
|
2018-08-26 08:51:39 +00:00
|
|
|
matplotlib
|
2019-03-25 13:59:38 +00:00
|
|
|
pycocotools
|
|
|
|
tqdm
|
2019-08-12 10:38:36 +00:00
|
|
|
Pillow
|
2019-08-14 13:54:40 +00:00
|
|
|
|
2019-12-14 22:49:18 +00:00
|
|
|
# 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
|
|
|
|
|
|
|
|
# Tensorboard (optional) pip requirements --------------------------------------
|
2019-12-03 00:46:15 +00:00
|
|
|
# tb-nightly
|
|
|
|
# future
|
|
|
|
|
2019-12-14 22:49:18 +00:00
|
|
|
# Conda commands (in place of pip) ---------------------------------------------
|
2019-08-14 13:54:40 +00:00
|
|
|
# conda update -n base -c defaults conda
|
2019-12-09 00:21:57 +00:00
|
|
|
# conda install -yc anaconda numpy opencv matplotlib tqdm pillow ipython future
|
2019-12-06 22:13:07 +00:00
|
|
|
# conda install -yc conda-forge scikit-image pycocotools onnx tensorboard
|
2019-09-04 08:05:42 +00:00
|
|
|
# conda install -yc spyder-ide spyder-line-profiler
|
|
|
|
# conda install -yc pytorch pytorch torchvision
|