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 857 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
28
29
30
31
32
33
34
  1. # pip install -r requirements.txt
  2. # Base ----------------------------------------
  3. matplotlib>=3.2.2
  4. numpy>=1.18.5
  5. opencv-python>=4.1.2
  6. Pillow>=7.1.2
  7. PyYAML>=5.3.1
  8. scipy>=1.4.1
  9. torch>=1.7.0
  10. torchvision>=0.8.1
  11. tqdm>=4.41.0
  12. # Logging -------------------------------------
  13. tensorboard>=2.4.1
  14. # wandb
  15. # Plotting ------------------------------------
  16. seaborn>=0.11.0
  17. pandas
  18. # Export --------------------------------------
  19. # coremltools>=4.1 # CoreML export
  20. # onnx>=1.9.0 # ONNX export
  21. # onnx-simplifier>=0.3.6 # ONNX simplifier
  22. # scikit-learn==0.19.2 # CoreML quantization
  23. # tensorflow>=2.4.1 # TFLite export
  24. # tensorflowjs>=3.9.0 # TF.js export
  25. # Extras --------------------------------------
  26. # Cython # for pycocotools https://github.com/cocodataset/cocoapi/issues/172
  27. # pycocotools>=2.0 # COCO mAP
  28. # albumentations>=1.0.3
  29. thop # FLOPs computation
Tip!

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

Comments

Loading...