You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/models/yolo12/README.md
-8Lines changed: 0 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,5 @@
1
1
# YOLO12 Detection C++ Inference with ExecuTorch
2
2
3
-
<palign="center">
4
-
<br>
5
-
<img src="./yolo12s_demo.gif">
6
-
<br>
7
-
</p>
8
-
9
3
This example demonstrates how to perform inference of [Ultralytics YOLO12 family](https://docs.ultralytics.com/models/yolo12/) detection models in C++ leveraging the Executorch backends:
10
4
-[OpenVINO](../../../backends/openvino/README.md)
11
5
-[XNNPACK](../../../backends/xnnpack/README.md)
@@ -117,5 +111,3 @@ To get a full parameters description please use the following command:
0 commit comments