Update README.md
Browse files
README.md
CHANGED
@@ -16,4 +16,34 @@ tags:
|
|
16 |
|
17 |
<h3 align="center">
|
18 |
<p>Real-Time Object Detection for Fisheye Cameras</p>
|
19 |
-
</h3>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
16 |
|
17 |
<h3 align="center">
|
18 |
<p>Real-Time Object Detection for Fisheye Cameras</p>
|
19 |
+
</h3>
|
20 |
+
|
21 |
+
<div align="center">
|
22 |
+
<table>
|
23 |
+
<tr>
|
24 |
+
<th align="center"><strong>Architecture</strong></th>
|
25 |
+
<th align="center"><strong>Recall</strong></th>
|
26 |
+
<th align="center"><strong>mAP@50</strong></th>
|
27 |
+
</tr>
|
28 |
+
<tr>
|
29 |
+
<td align="center">YOLOv0-pico</td>
|
30 |
+
<td align="center">0.138</td>
|
31 |
+
<td align="center">0.387</td>
|
32 |
+
</tr>
|
33 |
+
<tr>
|
34 |
+
<td align="center">YOLOv8n</td>
|
35 |
+
<td align="center">0.286</td>
|
36 |
+
<td align="center">0.581</td>
|
37 |
+
</tr>
|
38 |
+
<tr>
|
39 |
+
<td align="center">YOLOv11n</td>
|
40 |
+
<td align="center">0.305</td>
|
41 |
+
<td align="center">0.578</td>
|
42 |
+
</tr>
|
43 |
+
<tr>
|
44 |
+
<td align="center">YOLOv11x</td>
|
45 |
+
<td align="center"><strong>0.413</strong></td>
|
46 |
+
<td align="center"><strong>0.634</strong></td>
|
47 |
+
</tr>
|
48 |
+
</table>
|
49 |
+
</div>
|