Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

requirements.txt 567 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
  1. # pip install -r requirements.txt
  2. # base ----------------------------------------
  3. Cython
  4. matplotlib>=3.2.2
  5. numpy>=1.18.5
  6. opencv-python>=4.1.2
  7. pillow
  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. # coco ----------------------------------------
  15. # pycocotools>=2.0
  16. # export --------------------------------------
  17. # packaging # for coremltools
  18. # coremltools==4.0
  19. # onnx>=1.7.0
  20. # scikit-learn==0.19.2 # for coreml quantization
  21. # extras --------------------------------------
  22. # thop # FLOPS computation
  23. # seaborn # plotting
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...