car-detection-bayes/requirements.txt

18 lines
495 B
Plaintext
Raw Normal View History

2018-08-26 08:51:39 +00:00
# pip3 install -U -r requirements.txt
numpy
opencv-python
2019-07-05 10:34:17 +00:00
torch >= 1.1.0
2018-08-26 08:51:39 +00:00
matplotlib
pycocotools
tqdm
2019-08-08 20:30:34 +00:00
tb-nightly
future
2019-08-12 10:38:36 +00:00
Pillow
2019-08-14 13:54:40 +00:00
# Equivalent conda commands ----------------------------------------------------
# conda update -n base -c defaults conda
# conda install -y -c anaconda future numpy opencv matplotlib tqdm pillow
# conda install -y -c conda-forge scikit-image tensorboard pycocotools
# conda install -y -c spyder-ide spyder-line-profiler
# conda install pytorch torchvision -c pytorch