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 1.1 KB

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
35
36
37
38
39
40
41
42
  1. # Ultralytics requirements
  2. # Usage: pip install -r requirements.txt
  3. # Base ----------------------------------------
  4. matplotlib>=3.2.2
  5. opencv-python>=4.6.0
  6. Pillow>=7.1.2
  7. PyYAML>=5.3.1
  8. requests>=2.23.0
  9. scipy>=1.4.1
  10. torch>=1.7.0
  11. torchvision>=0.8.1
  12. tqdm>=4.64.0
  13. # Logging -------------------------------------
  14. # tensorboard>=2.13.0
  15. # clearml
  16. # comet
  17. # Plotting ------------------------------------
  18. pandas>=1.1.4
  19. seaborn>=0.11.0
  20. # Export --------------------------------------
  21. # coremltools>=6.0 # CoreML export
  22. # onnx>=1.12.0 # ONNX export
  23. # onnxsim>=0.4.1 # ONNX simplifier
  24. # nvidia-pyindex # TensorRT export
  25. # nvidia-tensorrt # TensorRT export
  26. # scikit-learn==0.19.2 # CoreML quantization
  27. # tensorflow>=2.4.1 # TF exports (-cpu, -aarch64, -macos)
  28. # tflite-support
  29. # tensorflowjs>=3.9.0 # TF.js export
  30. # openvino-dev>=2022.3 # OpenVINO export
  31. # Extras --------------------------------------
  32. psutil # system utilization
  33. # thop>=0.1.1 # FLOPs computation
  34. # ipython # interactive notebook
  35. # albumentations>=1.0.3
  36. # pycocotools>=2.0.6 # COCO mAP
  37. # roboflow
Tip!

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

Comments

Loading...