You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

requirements.txt 1.2 kB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. # YOLOv5 requirements
  2. # Usage: pip install -r requirements.txt
  3. # Base ----------------------------------------
  4. matplotlib>=3.2.2
  5. numpy>=1.18.5
  6. opencv-python>=4.1.1
  7. Pillow>=7.1.2
  8. PyYAML>=5.3.1
  9. requests>=2.23.0
  10. scipy>=1.4.1
  11. torch>=1.7.0
  12. torchvision>=0.8.1
  13. tqdm>=4.64.0
  14. protobuf<=3.20.1 # https://github.com/ultralytics/yolov5/issues/8012
  15. # Logging -------------------------------------
  16. tensorboard>=2.4.1
  17. # wandb
  18. # clearml
  19. # Plotting ------------------------------------
  20. pandas>=1.1.4
  21. seaborn>=0.11.0
  22. # Export --------------------------------------
  23. # coremltools>=5.2 # CoreML export
  24. # onnx>=1.9.0 # ONNX export
  25. # onnx-simplifier>=0.4.1 # ONNX simplifier
  26. # nvidia-pyindex # TensorRT export
  27. # nvidia-tensorrt # TensorRT export
  28. # scikit-learn==0.19.2 # CoreML quantization
  29. # tensorflow>=2.4.1 # TFLite export (or tensorflow-cpu, tensorflow-aarch64)
  30. # tensorflowjs>=3.9.0 # TF.js export
  31. # openvino-dev # OpenVINO export
  32. # Extras --------------------------------------
  33. ipython # interactive notebook
  34. psutil # system utilization
  35. thop>=0.1.1 # FLOPs computation
  36. # albumentations>=1.0.3
  37. # pycocotools>=2.0 # COCO mAP
  38. # roboflow
  39. opencv-python>=4.1.1

DORA (Dataflow-Oriented Robotic Architecture) is middleware designed to streamline and simplify the creation of AI-based robotic applications. It offers low latency, composable, and distributed datafl