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
|
numpy
|
||||||
opencv-python
|
opencv-python
|
||||||
torch >= 1.3
|
torch >= 1.3
|
||||||
matplotlib
|
matplotlib
|
||||||
pycocotools
|
pycocotools
|
||||||
tqdm
|
tqdm
|
||||||
tb-nightly
|
|
||||||
future
|
|
||||||
Pillow
|
Pillow
|
||||||
|
|
||||||
|
# Tensorboard pip requirements -------------------------------------------------
|
||||||
|
# tb-nightly
|
||||||
|
# future
|
||||||
|
|
||||||
# Equivalent conda commands ----------------------------------------------------
|
# Equivalent conda commands ----------------------------------------------------
|
||||||
# conda update -n base -c defaults conda
|
# conda update -n base -c defaults conda
|
||||||
# conda install -yc anaconda future numpy opencv matplotlib tqdm pillow
|
# conda install -yc anaconda future numpy opencv matplotlib tqdm pillow
|
||||||
|
|
Loading…
Reference in New Issue