无人机视角的行人小目标检测
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

37 lines
923B

  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. #requests>=2.23.0
  9. #scipy>=1.4.1
  10. #torch>=1.7.0
  11. #torchvision>=0.8.1
  12. #tqdm>=4.41.0
  13. # Logging -------------------------------------
  14. #wandtensorboard>=2.4.1
  15. #wandb
  16. # Plotting ------------------------------------
  17. #pandas>=1.1.4
  18. #seaborn>=0.11.0
  19. # Export --------------------------------------
  20. # coremltools>=4.1 # CoreML export
  21. # onnx>=1.9.0 # ONNX export
  22. # onnx-simplifier>=0.3.6 # ONNX simplifier
  23. # scikit-learn==0.19.2 # CoreML quantization
  24. # tensorflow>=2.4.1 # TFLite export
  25. # tensorflowjs>=3.9.0 # TF.js export
  26. # Extras --------------------------------------
  27. #albumentations>=1.0.3
  28. # Cython # for pycocotools https://github.com/cocodataset/cocoapi/issues/172
  29. # pycocotools>=2.0 # COCO mAP
  30. # roboflow
  31. #thop # FLOPs computation
  32. #ensemble_boxes