2019-12-02 16:46:15 -08:00
|
|
|
# pip install -U -r requirements.txt
|
2018-08-26 10:51:39 +02:00
|
|
|
numpy
|
|
|
|
|
opencv-python
|
2019-11-23 09:35:11 -10:00
|
|
|
torch >= 1.3
|
2018-08-26 10:51:39 +02:00
|
|
|
matplotlib
|
2019-03-25 14:59:38 +01:00
|
|
|
pycocotools
|
|
|
|
|
tqdm
|
2019-08-12 11:38:36 +01:00
|
|
|
Pillow
|
2019-08-14 15:54:40 +02:00
|
|
|
|
2019-12-02 16:46:15 -08:00
|
|
|
# Tensorboard pip requirements -------------------------------------------------
|
|
|
|
|
# tb-nightly
|
|
|
|
|
# future
|
|
|
|
|
|
2019-08-14 15:54:40 +02:00
|
|
|
# Equivalent conda commands ----------------------------------------------------
|
|
|
|
|
# conda update -n base -c defaults conda
|
2019-12-06 14:13:07 -08:00
|
|
|
# conda install -yc anaconda numpy opencv matplotlib tqdm pillow future
|
|
|
|
|
# conda install -yc conda-forge scikit-image pycocotools onnx tensorboard
|
2019-09-04 10:05:42 +02:00
|
|
|
# conda install -yc spyder-ide spyder-line-profiler
|
|
|
|
|
# conda install -yc pytorch pytorch torchvision
|