Spaces:
Runtime error
Runtime error
File size: 1,104 Bytes
33e71b2 d8000d0 33e71b2 d8000d0 33e71b2 d8000d0 33e71b2 d8000d0 33e71b2 d8000d0 0c1a8ce 1d7cc1c 0c1a8ce d8000d0 33e71b2 d8000d0 33e71b2 |
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 43 44 45 46 47 48 |
# 参考:https://github.com/ultralytics/yolov5/blob/master/requirements.txt # pip install -r requirements.txt # pip 22.1.2 # Base ---------------------------------------- matplotlib numpy opencv-python Pillow PyYAML requests scipy # Google Colab version torch # https://github.com/ultralytics/yolov5/issues/8395 torchvision # https://github.com/ultralytics/yolov5/issues/8395 tqdm protobuf # https://github.com/ultralytics/yolov5/issues/8012 # Streamlit YOLOv5 Model2X streamlit # Logging ------------------------------------- tensorboard # wandb # Plotting ------------------------------------ pandas seaborn # Export -------------------------------------- coremltools # CoreML export onnx # ONNX export onnx-simplifier # ONNX simplifier onnxruntime scikit-learn==0.19.2 # CoreML quantization tensorflow-cpu # TFLite export tensorflowjs # TF.js export openvino-dev # OpenVINO export # Extras -------------------------------------- ipython # interactive notebook psutil # system utilization thop # FLOPs computation # albumentations>=1.0.3 # pycocotools>=2.0 # COCO mAP # roboflow |