car-detection-bayes/requirements.txt

14 lines
410 B
Plaintext
Raw Normal View History

2018-08-26 08:51:39 +00:00
# pip3 install -U -r requirements.txt
2019-07-30 11:45:44 +00:00
# conda install -y numpy opencv matplotlib tqdm pillow && conda install -y scikit-image -c conda-forge && conda install -y -c spyder-ide spyder-line-profiler
2019-08-09 14:37:19 +00:00
# conda install -y -c conda-forge tensorboard && conda install -y -c anaconda future
2019-07-09 12:18:19 +00:00
# conda install pytorch torchvision -c pytorch
2019-08-09 14:37:19 +00:00
2018-08-26 08:51:39 +00:00
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