|
26 | 26 |
|
27 | 27 | ## Introduction |
28 | 28 |
|
29 | | -We aim to provide a variety of **pre-trained** models for different **computer vision** tasks, such as object detection |
30 | | -and image classification, that can be used **out-of-the-box** for **fast** inference using ONNX. These models are |
31 | | -optimized for performance and accuracy across various image sizes and tasks. |
| 29 | +We offer **ready-to-use** models for a range of **computer vision** tasks like **detection**, **classification**, and |
| 30 | +**more**. With **ONNX** support, you get **fast** and **accurate** results right out of the box. |
32 | 31 |
|
33 | | -Models found here can easily be integrated into your applications for real-time processing, making them ideal for |
34 | | -deployment in edge devices, cloud environments, or production systems. |
| 32 | +Easily integrate these models into your apps for **real-time** processing—ideal for edge devices, cloud setups, or |
| 33 | +production environments. In **one line of code**, you can have **powerful** model **inference** running! |
35 | 34 |
|
36 | 35 | ## Features |
37 | 36 |
|
38 | 37 | - 🚀 Pre-trained Models: Models are **ready** for immediate use, no additional training required. |
39 | | -- 🔄 ONNX Format: Cross-platform support for **fast inference** on both CPU and GPU environments. |
| 38 | +- 🌟 ONNX Format: Cross-platform support for **fast inference** on both CPU and GPU environments. |
40 | 39 | - ⚡ High Performance: Optimized for both speed and accuracy, ensuring efficient **real-time** applications. |
41 | 40 | - 📏 Variety of Image Sizes: Models **available** with different input sizes, allowing flexibility based on the task's |
42 | 41 | performance and speed requirements. |
43 | | -- 📊 Evaluation Metrics: Precision, Recall, mAP50, and mAP50-95 metrics are provided for each model, helping users select |
44 | | - the most appropriate model for their needs. |
| 42 | +- 💻 Simple API: Achieve license plate detection with just **one line of code**, enabling rapid integration and |
| 43 | +deployment. |
45 | 44 |
|
46 | 45 | ## Available Models |
47 | 46 |
|
|
0 commit comments