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
refactor: ♻️ update YOLO12 example doc and code (#14771)
- Update requirements.txt for YOLO12 dependencies
- Add .gitignore for YOLO12 model files
- Update README.md to improve clarity and formatting
- Replace de_parallel with unwrap_model in export_and_validate.py
Signed-off-by: Onuralp SEZER <[email protected]>
Copy file name to clipboardExpand all lines: examples/models/yolo12/README.md
+16-15Lines changed: 16 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,11 @@
1
1
# YOLO12 Detection C++ Inference with ExecuTorch
2
2
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:
3
+
This example demonstrates how to perform inference of [YOLO12 family](https://docs.ultralytics.com/models/yolo12/) detection models in C++ leveraging the Executorch backends:
4
+
4
5
-[OpenVINO](../../../backends/openvino/README.md)
5
6
-[XNNPACK](../../../backends/xnnpack/README.md)
6
7
7
-
# Performance Evaluation
8
+
##Performance Evaluation
8
9
9
10
| CPU | Model | Backend | Device | Precision | Average Latency, ms |
0 commit comments