requirements.txt 729 B

1234567891011121314151617181920212223242526272829303132
  1. # pip install -r requirements.txt
  2. # Base ------------------------------------------------------------------------
  3. ipython # interactive notebook
  4. matplotlib>=3.2.2
  5. numpy>=1.18.5
  6. opencv-python>=4.1.1
  7. Pillow>=7.1.2
  8. psutil # system resources
  9. PyYAML>=5.3.1
  10. requests>=2.23.0
  11. scipy>=1.4.1
  12. thop>=0.1.1 # FLOPs computation
  13. tqdm>=4.64.0
  14. # Logging ---------------------------------------------------------------------
  15. tensorboard>=2.4.1
  16. # clearml>=1.2.0
  17. # comet
  18. # Plotting --------------------------------------------------------------------
  19. pandas>=1.1.4
  20. seaborn>=0.11.0
  21. # labelme ----------------------------------------------------------------------
  22. labelme>=5.1.1
  23. xlrd>=2.0.1
  24. xlwt>=1.3.0
  25. xlsxwriter>=3.0.3
  26. PyQt5>=5.15.4
  27. shapely