You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 satır
695B

  1. # pip install -r requirements.txt
  2. Cython
  3. matplotlib>=3.2.2
  4. numpy>=1.18.5
  5. opencv-python>=4.1.2
  6. pillow
  7. # pycocotools>=2.0
  8. PyYAML>=5.3
  9. scipy>=1.4.1
  10. tensorboard>=2.2
  11. torch>=1.6.0
  12. torchvision>=0.7.0
  13. tqdm>=4.41.0
  14. # Conda commands (in place of pip) ---------------------------------------------
  15. # conda update -yn base -c defaults conda
  16. # conda install -yc anaconda numpy opencv matplotlib tqdm pillow ipython
  17. # conda install -yc conda-forge scikit-image pycocotools tensorboard
  18. # conda install -yc spyder-ide spyder-line-profiler
  19. # conda install -yc pytorch pytorch torchvision
  20. # conda install -yc conda-forge protobuf numpy && pip install onnx==1.6.0 # https://github.com/onnx/onnx#linux-and-macos