TensorRT转化代码
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.

32 lines
703B

  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. 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
  20. # onnx>=1.9.0
  21. # scikit-learn==0.19.2 # for coreml quantization
  22. # extras --------------------------------------
  23. # Cython # for pycocotools https://github.com/cocodataset/cocoapi/issues/172
  24. # pycocotools>=2.0 # COCO mAP
  25. # albumentations>=1.0.3
  26. thop # FLOPs computation