18 lines
495 B
Plaintext
Executable File
18 lines
495 B
Plaintext
Executable File
# pip3 install -U -r requirements.txt
|
|
numpy
|
|
opencv-python
|
|
torch >= 1.1.0
|
|
matplotlib
|
|
pycocotools
|
|
tqdm
|
|
tb-nightly
|
|
future
|
|
Pillow
|
|
|
|
# Equivalent conda commands ----------------------------------------------------
|
|
# conda update -n base -c defaults conda
|
|
# conda install -y -c anaconda future numpy opencv matplotlib tqdm pillow
|
|
# conda install -y -c conda-forge scikit-image tensorboard pycocotools
|
|
# conda install -y -c spyder-ide spyder-line-profiler
|
|
# conda install pytorch torchvision -c pytorch
|