shalchianmh commited on
Commit
8f4165b
1 Parent(s): 71320a3

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +20 -7
README.md CHANGED
@@ -1,13 +1,26 @@
1
- # Model Card: YOLOv8 ONNX
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
 
3
  ## Model Overview
4
- This model is a YOLOv8 (You Only Look Once) object detection model, fine tuned on Iran veichle plate dataset and exported to the ONNX format for inference using ONNX Runtime. YOLOv8 is designed to efficiently detect objects in images by generating bounding boxes around objects of interest and predicting their associated class probabilities.
5
 
6
- ### Key Features:
7
- - **Architecture:** YOLOv8
8
- - **Format:** ONNX
9
- - **Supported Framework:** ONNX Runtime
10
- - **Primary Task:** Object Detection
11
 
12
  ## How to Use
13
 
 
1
+ ---
2
+ license: agpl-3.0
3
+ pipeline_tag: object-detection
4
+ tags:
5
+ - ultralytics
6
+ - tracking
7
+ - instance-segmentation
8
+ - image-classification
9
+ - pose-estimation
10
+ - obb
11
+ - object-detection
12
+ - yolo
13
+ - yolov8
14
+ - license_plate
15
+ - Iran
16
+ - veichle_lisence_plate
17
+ - onnx
18
+ ---
19
+
20
 
21
  ## Model Overview
22
+ This model is an ONNX version of a [YOLOv8 medium fine tuned](https://huggingface.co/shalchianmh/Iran_license_plate_detection_YOLOv8m) on Iran veichle plate dataset. YOLOv8 is designed to efficiently detect objects in images by generating bounding boxes around objects of interest and predicting their associated class probabilities.
23
 
 
 
 
 
 
24
 
25
  ## How to Use
26