@@ -15,11 +15,13 @@ Guidelines:
15
15
16
16
## Models & Benchmark Results
17
17
18
- | Model | Task | Input Size | INTEL-CPU (ms) | RPI-CPU (ms) | JETSON-GPU (ms) | KV3-NPU (ms) | D1-CPU (ms) |
19
- | ---------------------------------------------------- | ----------------------------- | ---------- | -------------- | ------------ | --------------- | ------------ | ----------- |
18
+ | Model | Task | Input Size | INTEL-CPU (ms) | RPI-CPU (ms) | JETSON-GPU (ms) | KV3-NPU (ms) | D1-CPU (ms) |
19
+ | ------------------------------------------------------- | ----------------------------- | ---------- | -------------- | ------------ | --------------- | ------------ | ----------- |
20
20
| [ YuNet] ( ./models/face_detection_yunet ) | Face Detection | 160x120 | 1.45 | 6.22 | 12.18 | 4.04 | 86.69 |
21
21
| [ SFace] ( ./models/face_recognition_sface ) | Face Recognition | 112x112 | 8.65 | 99.20 | 24.88 | 46.25 | --- |
22
- | [ LPD-YuNet] ( ./models/license_plate_detection_yunet/ ) | License Plate Detection | 320x240 | --- | 168.03 | 56.12 | 29.53 | |
22
+ | [ LPD-YuNet] ( ./models/license_plate_detection_yunet/ ) | License Plate Detection | 320x240 | --- | 168.03 | 56.12 | 29.53 | --- |
23
+ | [ YOLOX] ( ./models/object_detection_yolox/ ) | Object Detection | 640x640 | 176.68 | 1496.70 | 388.95 | 420.98 | --- |
24
+ | [ NanoDet] ( ./models/object_detection_nanodet/ ) | Object Detection | 416x416 | 157.91 | 220.36 | 64.94 | 116.64 | --- |
23
25
| [ DB-IC15] ( ./models/text_detection_db ) | Text Detection | 640x480 | 142.91 | 2835.91 | 208.41 | --- | --- |
24
26
| [ DB-TD500] ( ./models/text_detection_db ) | Text Detection | 640x480 | 142.91 | 2841.71 | 210.51 | --- | --- |
25
27
| [ CRNN-EN] ( ./models/text_recognition_crnn ) | Text Recognition | 100x32 | 50.21 | 234.32 | 196.15 | 125.30 | --- |
@@ -68,6 +70,12 @@ Some examples are listed below. You can find more in the directory of each model
68
70
69
71
![ license plate detection] ( ./models/license_plate_detection_yunet/examples/lpd_yunet_demo.gif )
70
72
73
+ ### Object Detection with [ NanoDet] ( ./models/object_detection_nanodet/ ) & [ YOLOX] ( ./models/object_detection_yolox/ )
74
+
75
+ ![ nanodet demo] ( ./models/object_detection_nanodet/samples/1_res.jpg )
76
+
77
+ ![ yolox demo] ( ./models/object_detection_yolox/samples/3_res.jpg )
78
+
71
79
### Object Tracking with [ DaSiamRPN] ( ./models/object_tracking_dasiamrpn/ )
72
80
73
81
![ webcam demo] ( ./models/object_tracking_dasiamrpn/examples/dasiamrpn_demo.gif )
0 commit comments