Pipfile 371 B

1234567891011121314151617181920212223242526
  1. [[source]]
  2. url = "https://pypi.org/simple"
  3. verify_ssl = true
  4. name = "pypi"
  5. [packages]
  6. tqdm = "*"
  7. typeguard = "*"
  8. visualdl = ">=2.1.0"
  9. opencv-python = "*"
  10. pyyaml = "*"
  11. shapely = "*"
  12. scipy = "*"
  13. terminaltables = "*"
  14. cython = "*"
  15. pycocotools = "*"
  16. lap = "*"
  17. sklearn = "*"
  18. motmetrics = "*"
  19. openpyxl = "*"
  20. cython-bbox = "*"
  21. [dev-packages]
  22. [requires]
  23. python_version = "3.8"