greenhouse/requirements.txt

11 lines
244 B
Plaintext
Raw Normal View History

2018-08-26 10:51:39 +02:00
# pip3 install -U -r requirements.txt
2019-07-09 14:18:19 +02:00
# conda install numpy opencv matplotlib tqdm pillow
# conda install pytorch torchvision -c pytorch
# conda install -c conda-forge scikit-image
2018-08-26 10:51:39 +02:00
numpy
opencv-python
2019-07-05 12:34:17 +02:00
torch >= 1.1.0
2018-08-26 10:51:39 +02:00
matplotlib
pycocotools
tqdm