Rename 'MacOS' to 'macOS' (#7349)
Browse files- .github/workflows/greetings.yml +1 -1
- detect.py +1 -1
- export.py +1 -1
- tutorial.ipynb +1 -1
- utils/loggers/wandb/README.md +1 -1
- val.py +1 -1
.github/workflows/greetings.yml
CHANGED
@@ -56,4 +56,4 @@ jobs:
|
|
56 |
|
57 |
<a href="https://github.com/ultralytics/yolov5/actions"><img src="https://github.com/ultralytics/yolov5/workflows/CI%20CPU%20testing/badge.svg" alt="CI CPU testing"></a>
|
58 |
|
59 |
-
If this badge is green, all [YOLOv5 GitHub Actions](https://github.com/ultralytics/yolov5/actions) Continuous Integration (CI) tests are currently passing. CI tests verify correct operation of YOLOv5 training ([train.py](https://github.com/ultralytics/yolov5/blob/master/train.py)), validation ([val.py](https://github.com/ultralytics/yolov5/blob/master/val.py)), inference ([detect.py](https://github.com/ultralytics/yolov5/blob/master/detect.py)) and export ([export.py](https://github.com/ultralytics/yolov5/blob/master/export.py)) on
|
|
|
56 |
|
57 |
<a href="https://github.com/ultralytics/yolov5/actions"><img src="https://github.com/ultralytics/yolov5/workflows/CI%20CPU%20testing/badge.svg" alt="CI CPU testing"></a>
|
58 |
|
59 |
+
If this badge is green, all [YOLOv5 GitHub Actions](https://github.com/ultralytics/yolov5/actions) Continuous Integration (CI) tests are currently passing. CI tests verify correct operation of YOLOv5 training ([train.py](https://github.com/ultralytics/yolov5/blob/master/train.py)), validation ([val.py](https://github.com/ultralytics/yolov5/blob/master/val.py)), inference ([detect.py](https://github.com/ultralytics/yolov5/blob/master/detect.py)) and export ([export.py](https://github.com/ultralytics/yolov5/blob/master/export.py)) on macOS, Windows, and Ubuntu every 24 hours and on every commit.
|
detect.py
CHANGED
@@ -17,7 +17,7 @@ Usage - formats:
|
|
17 |
yolov5s.onnx # ONNX Runtime or OpenCV DNN with --dnn
|
18 |
yolov5s.xml # OpenVINO
|
19 |
yolov5s.engine # TensorRT
|
20 |
-
yolov5s.mlmodel # CoreML (
|
21 |
yolov5s_saved_model # TensorFlow SavedModel
|
22 |
yolov5s.pb # TensorFlow GraphDef
|
23 |
yolov5s.tflite # TensorFlow Lite
|
|
|
17 |
yolov5s.onnx # ONNX Runtime or OpenCV DNN with --dnn
|
18 |
yolov5s.xml # OpenVINO
|
19 |
yolov5s.engine # TensorRT
|
20 |
+
yolov5s.mlmodel # CoreML (macOS-only)
|
21 |
yolov5s_saved_model # TensorFlow SavedModel
|
22 |
yolov5s.pb # TensorFlow GraphDef
|
23 |
yolov5s.tflite # TensorFlow Lite
|
export.py
CHANGED
@@ -29,7 +29,7 @@ Inference:
|
|
29 |
yolov5s.onnx # ONNX Runtime or OpenCV DNN with --dnn
|
30 |
yolov5s.xml # OpenVINO
|
31 |
yolov5s.engine # TensorRT
|
32 |
-
yolov5s.mlmodel # CoreML (
|
33 |
yolov5s_saved_model # TensorFlow SavedModel
|
34 |
yolov5s.pb # TensorFlow GraphDef
|
35 |
yolov5s.tflite # TensorFlow Lite
|
|
|
29 |
yolov5s.onnx # ONNX Runtime or OpenCV DNN with --dnn
|
30 |
yolov5s.xml # OpenVINO
|
31 |
yolov5s.engine # TensorRT
|
32 |
+
yolov5s.mlmodel # CoreML (macOS-only)
|
33 |
yolov5s_saved_model # TensorFlow SavedModel
|
34 |
yolov5s.pb # TensorFlow GraphDef
|
35 |
yolov5s.tflite # TensorFlow Lite
|
tutorial.ipynb
CHANGED
@@ -962,7 +962,7 @@
|
|
962 |
"\n",
|
963 |
"\n",
|
964 |
"\n",
|
965 |
-
"If this badge is green, all [YOLOv5 GitHub Actions](https://github.com/ultralytics/yolov5/actions) Continuous Integration (CI) tests are currently passing. CI tests verify correct operation of YOLOv5 training ([train.py](https://github.com/ultralytics/yolov5/blob/master/train.py)), testing ([val.py](https://github.com/ultralytics/yolov5/blob/master/val.py)), inference ([detect.py](https://github.com/ultralytics/yolov5/blob/master/detect.py)) and export ([export.py](https://github.com/ultralytics/yolov5/blob/master/export.py)) on
|
966 |
]
|
967 |
},
|
968 |
{
|
|
|
962 |
"\n",
|
963 |
"\n",
|
964 |
"\n",
|
965 |
+
"If this badge is green, all [YOLOv5 GitHub Actions](https://github.com/ultralytics/yolov5/actions) Continuous Integration (CI) tests are currently passing. CI tests verify correct operation of YOLOv5 training ([train.py](https://github.com/ultralytics/yolov5/blob/master/train.py)), testing ([val.py](https://github.com/ultralytics/yolov5/blob/master/val.py)), inference ([detect.py](https://github.com/ultralytics/yolov5/blob/master/detect.py)) and export ([export.py](https://github.com/ultralytics/yolov5/blob/master/export.py)) on macOS, Windows, and Ubuntu every 24 hours and on every commit.\n"
|
966 |
]
|
967 |
},
|
968 |
{
|
utils/loggers/wandb/README.md
CHANGED
@@ -149,4 +149,4 @@ YOLOv5 may be run in any of the following up-to-date verified environments (with
|
|
149 |
|
150 |

|
151 |
|
152 |
-
If this badge is green, all [YOLOv5 GitHub Actions](https://github.com/ultralytics/yolov5/actions) Continuous Integration (CI) tests are currently passing. CI tests verify correct operation of YOLOv5 training ([train.py](https://github.com/ultralytics/yolov5/blob/master/train.py)), validation ([val.py](https://github.com/ultralytics/yolov5/blob/master/val.py)), inference ([detect.py](https://github.com/ultralytics/yolov5/blob/master/detect.py)) and export ([export.py](https://github.com/ultralytics/yolov5/blob/master/export.py)) on
|
|
|
149 |
|
150 |

|
151 |
|
152 |
+
If this badge is green, all [YOLOv5 GitHub Actions](https://github.com/ultralytics/yolov5/actions) Continuous Integration (CI) tests are currently passing. CI tests verify correct operation of YOLOv5 training ([train.py](https://github.com/ultralytics/yolov5/blob/master/train.py)), validation ([val.py](https://github.com/ultralytics/yolov5/blob/master/val.py)), inference ([detect.py](https://github.com/ultralytics/yolov5/blob/master/detect.py)) and export ([export.py](https://github.com/ultralytics/yolov5/blob/master/export.py)) on macOS, Windows, and Ubuntu every 24 hours and on every commit.
|
val.py
CHANGED
@@ -11,7 +11,7 @@ Usage - formats:
|
|
11 |
yolov5s.onnx # ONNX Runtime or OpenCV DNN with --dnn
|
12 |
yolov5s.xml # OpenVINO
|
13 |
yolov5s.engine # TensorRT
|
14 |
-
yolov5s.mlmodel # CoreML (
|
15 |
yolov5s_saved_model # TensorFlow SavedModel
|
16 |
yolov5s.pb # TensorFlow GraphDef
|
17 |
yolov5s.tflite # TensorFlow Lite
|
|
|
11 |
yolov5s.onnx # ONNX Runtime or OpenCV DNN with --dnn
|
12 |
yolov5s.xml # OpenVINO
|
13 |
yolov5s.engine # TensorRT
|
14 |
+
yolov5s.mlmodel # CoreML (macOS-only)
|
15 |
yolov5s_saved_model # TensorFlow SavedModel
|
16 |
yolov5s.pb # TensorFlow GraphDef
|
17 |
yolov5s.tflite # TensorFlow Lite
|