greenhouse/requirements.txt

9 lines
194 B
Plaintext
Raw Normal View History

2018-08-26 10:51:39 +02:00
# pip3 install -U -r requirements.txt
2019-03-25 18:35:39 +01:00
# conda install numpy opencv matplotlib tqdm && conda install pytorch torchvision -c pytorch
2018-08-26 10:51:39 +02:00
numpy
opencv-python
2019-01-05 17:23:17 +02:00
torch >= 1.0.0
2018-08-26 10:51:39 +02:00
matplotlib
pycocotools
tqdm