|
1 | 1 | # Open Image Models
|
2 | 2 |
|
3 | 3 | [](https://github.com/ankandrew/open-image-models/actions)
|
4 |
| -[](https://pypi.python.org/pypi/open-image-models) |
| 4 | +[](https://github.com/ankandrew/fast-alpr/releases) |
5 | 5 | [](https://pypi.python.org/pypi/open-image-models)
|
6 | 6 | [](https://github.com/astral-sh/ruff)
|
| 7 | +[](https://ankandrew.github.io/open-image-models/) |
7 | 8 | [](https://github.com/pylint-dev/pylint)
|
8 | 9 | [](http://mypy-lang.org/)
|
9 |
| -[](https://pypi.python.org/pypi/open-image-models) |
| 10 | +[](https://onnx.ai/) |
10 | 11 | [](https://huggingface.co/spaces/ankandrew/open-image-models)
|
11 |
| - |
12 |
| -<p> |
13 |
| - <img src="https://raw.githubusercontent.com/ankandrew/open-image-models/4053f058a80e5ba7edf5d59614e9f8167f83c0f2/assets/open-image-models-logo.png" alt="Open Image Models Logo" width="650"/> |
14 |
| -</p> |
| 12 | + |
15 | 13 |
|
16 | 14 | <!-- TOC -->
|
17 | 15 | * [Open Image Models](#open-image-models)
|
|
22 | 20 | * [Plate Detection](#plate-detection)
|
23 | 21 | * [Installation](#installation)
|
24 | 22 | * [Contributing](#contributing)
|
| 23 | + * [Citation](#citation) |
25 | 24 | <!-- TOC -->
|
26 | 25 |
|
27 | 26 | ---
|
@@ -58,14 +57,14 @@ lp_detector.predict("path/to/license_plate_image.jpg")
|
58 | 57 |
|
59 | 58 | 
|
60 | 59 |
|
61 |
| -| Model | Image Size | Precision (P) | Recall (R) | mAP50 | mAP50-95 | Speed (ms) <sup>[1]</sup> | |
62 |
| -|----------|------------|---------------|------------|-------|----------|---------------------------| |
63 |
| -| yolov9-t | 640 | 0.955 | 0.91 | 0.959 | 0.75 | 9.96 | |
64 |
| -| yolov9-t | 512 | 0.948 | 0.901 | 0.95 | 0.718 | 7.10 | |
65 |
| -| yolov9-t | 384 | 0.943 | 0.863 | 0.921 | 0.688 | 5.76 | |
66 |
| -| yolov9-t | 256 | 0.937 | 0.797 | 0.858 | 0.606 | 2.65 | |
67 |
| - |
68 |
| -_<sup>[1]</sup> Inference on a Mac M1._ |
| 60 | +| Model | Image Size | Precision (P) | Recall (R) | mAP50 | mAP50-95 | |
| 61 | +|:-------------------------------------:|------------|---------------|------------|-------|----------| |
| 62 | +| `yolo-v9-s-608-license-plate-end2end` | 608 | 0.957 | 0.917 | 0.966 | 0.772 | |
| 63 | +| `yolo-v9-t-640-license-plate-end2end` | 640 | 0.966 | 0.896 | 0.958 | 0.758 | |
| 64 | +| `yolo-v9-t-512-license-plate-end2end` | 512 | 0.955 | 0.901 | 0.948 | 0.724 | |
| 65 | +| `yolo-v9-t-416-license-plate-end2end` | 416 | 0.94 | 0.894 | 0.94 | 0.702 | |
| 66 | +| `yolo-v9-t-384-license-plate-end2end` | 384 | 0.942 | 0.863 | 0.92 | 0.687 | |
| 67 | +| `yolo-v9-t-256-license-plate-end2end` | 256 | 0.937 | 0.797 | 0.858 | 0.606 | |
69 | 68 |
|
70 | 69 | <details>
|
71 | 70 | <summary>Usage</summary>
|
@@ -101,6 +100,9 @@ cv2.destroyAllWindows()
|
101 | 100 |
|
102 | 101 | </details>
|
103 | 102 |
|
| 103 | +> [!TIP] |
| 104 | +> Checkout the [docs](https://ankandrew.github.io/open-image-models)! |
| 105 | +
|
104 | 106 | ### Installation
|
105 | 107 |
|
106 | 108 | To install open-image-models via pip, use the following command:
|
@@ -128,3 +130,14 @@ To start contributing or to begin development, you can follow these steps:
|
128 | 130 | ```shell
|
129 | 131 | make checks
|
130 | 132 | ```
|
| 133 | + |
| 134 | +### Citation |
| 135 | + |
| 136 | +``` |
| 137 | +@article{wang2024yolov9, |
| 138 | + title={{YOLOv9}: Learning What You Want to Learn Using Programmable Gradient Information}, |
| 139 | + author={Wang, Chien-Yao and Liao, Hong-Yuan Mark}, |
| 140 | + booktitle={arXiv preprint arXiv:2402.13616}, |
| 141 | + year={2024} |
| 142 | +} |
| 143 | +``` |
0 commit comments