11 lines
244 B
Plaintext
Executable File
11 lines
244 B
Plaintext
Executable File
# pip3 install -U -r requirements.txt
|
|
# conda install numpy opencv matplotlib tqdm pillow
|
|
# conda install pytorch torchvision -c pytorch
|
|
# conda install -c conda-forge scikit-image
|
|
numpy
|
|
opencv-python
|
|
torch >= 1.1.0
|
|
matplotlib
|
|
pycocotools
|
|
tqdm
|