greenhouse/requirements.txt

23 lines
853 B
Plaintext
Raw Normal View History

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