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.

requirements.txt 871B

12345678910111213141516171819202122
  1. # pip install -U -r requirements.txt
  2. numpy==1.17
  3. opencv-python
  4. torch >= 1.5
  5. matplotlib
  6. pycocotools
  7. tqdm
  8. pillow
  9. tensorboard
  10. pyyaml
  11. # Nvidia Apex (optional) for mixed precision training --------------------------
  12. # git clone https://github.com/NVIDIA/apex && cd apex && pip install -v --no-cache-dir --global-option="--cpp_ext" --global-option="--cuda_ext" . --user && cd .. && rm -rf apex
  13. # Conda commands (in place of pip) ---------------------------------------------
  14. # conda update -yn base -c defaults conda
  15. # conda install -yc anaconda numpy opencv matplotlib tqdm pillow ipython
  16. # conda install -yc conda-forge scikit-image pycocotools tensorboard
  17. # conda install -yc spyder-ide spyder-line-profiler
  18. # conda install -yc pytorch pytorch torchvision
  19. # conda install -yc conda-forge protobuf numpy && pip install onnx # https://github.com/onnx/onnx#linux-and-macos