car-detection-bayes/requirements.txt

9 lines
201 B
Plaintext
Raw Normal View History

2018-08-26 08:51:39 +00:00
# pip3 install -U -r requirements.txt
2019-05-09 09:23:36 +00:00
# conda install numpy opencv matplotlib tqdm pillow && conda install pytorch torchvision -c pytorch
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