requirements.txt 372 B

12345678910111213141516171819202122232425
  1. # required
  2. Flask>=0.10
  3. PyYAML>=3.0
  4. jsonschema>=3.0.1
  5. six>=1.10.0
  6. mistune
  7. werkzeug
  8. torch
  9. # Base ----------------------------------------
  10. matplotlib>=3.2.2
  11. numpy>=1.18.5
  12. opencv-python>=4.1.2
  13. Pillow>=7.1.2
  14. PyYAML>=5.3.1
  15. requests>=2.23.0
  16. scipy>=1.4.1
  17. torch>=1.7.0
  18. torchvision>=0.8.1
  19. tqdm>=4.41.0
  20. # Plotting ------------------------------------
  21. pandas>=1.1.4
  22. seaborn>=0.11.0