15
15
* [ Open Image Models] ( #open-image-models )
16
16
* [ Introduction] ( #introduction )
17
17
* [ Features] ( #features )
18
+ * [ Installation] ( #installation )
18
19
* [ Available Models] ( #available-models )
19
20
* [ Object Detection] ( #object-detection )
20
21
* [ Plate Detection] ( #plate-detection )
21
- * [ Installation] ( #installation )
22
- * [ Contributing] ( #contributing )
23
- * [ Citation] ( #citation )
22
+ * [ Contributing] ( #contributing )
23
+ * [ Citation] ( #citation )
24
24
<!-- TOC -->
25
25
26
26
---
@@ -49,6 +49,14 @@ lp_detector.predict("path/to/license_plate_image.jpg")
49
49
- ⚡ Performance: Optimized for both speed and accuracy, ensuring efficient ** real-time** applications.
50
50
- 💻 Simple API: Power up your applications with robust model inference in just one line of code.
51
51
52
+ ## Installation
53
+
54
+ To install open-image-models via pip, use the following command:
55
+
56
+ ``` shell
57
+ pip install open-image-models
58
+ ```
59
+
52
60
## Available Models
53
61
54
62
### Object Detection
@@ -103,15 +111,7 @@ cv2.destroyAllWindows()
103
111
> [ !TIP]
104
112
> Checkout the [ docs] ( https://ankandrew.github.io/open-image-models ) !
105
113
106
- ### Installation
107
-
108
- To install open-image-models via pip, use the following command:
109
-
110
- ``` shell
111
- pip install open-image-models
112
- ```
113
-
114
- ### Contributing
114
+ ## Contributing
115
115
116
116
Contributions to the repo are greatly appreciated. Whether it's bug fixes, feature enhancements, or new models,
117
117
your contributions are warmly welcomed.
@@ -131,7 +131,7 @@ To start contributing or to begin development, you can follow these steps:
131
131
make checks
132
132
` ` `
133
133
134
- # ## Citation
134
+ # # Citation
135
135
136
136
` ` `
137
137
@article{wang2024yolov9,
0 commit comments