updates
This commit is contained in:
parent
cba3120ca6
commit
cadd2f75ff
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue