This commit is contained in:
Glenn Jocher 2019-12-02 16:46:15 -08:00
parent cba3120ca6
commit cadd2f75ff
1 changed files with 5 additions and 3 deletions

View File

@ -1,14 +1,16 @@
# pip3 install -U -r requirements.txt
# pip install -U -r requirements.txt
numpy
opencv-python
torch >= 1.3
matplotlib
pycocotools
tqdm
tb-nightly
future
Pillow
# Tensorboard pip requirements -------------------------------------------------
# tb-nightly
# future
# Equivalent conda commands ----------------------------------------------------
# conda update -n base -c defaults conda
# conda install -yc anaconda future numpy opencv matplotlib tqdm pillow