@@ -15,11 +15,13 @@ Guidelines:
1515
1616## Models & Benchmark Results
1717
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+ | ------------------------------------------------------- | ----------------------------- | ---------- | -------------- | ------------ | --------------- | ------------ | ----------- |
2020| [ YuNet] ( ./models/face_detection_yunet ) | Face Detection | 160x120 | 1.45 | 6.22 | 12.18 | 4.04 | 86.69 |
2121| [ 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 | --- |
2325| [ DB-IC15] ( ./models/text_detection_db ) | Text Detection | 640x480 | 142.91 | 2835.91 | 208.41 | --- | --- |
2426| [ DB-TD500] ( ./models/text_detection_db ) | Text Detection | 640x480 | 142.91 | 2841.71 | 210.51 | --- | --- |
2527| [ 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
6870
6971![ license plate detection] ( ./models/license_plate_detection_yunet/examples/lpd_yunet_demo.gif )
7072
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+
7179### Object Tracking with [ DaSiamRPN] ( ./models/object_tracking_dasiamrpn/ )
7280
7381![ webcam demo] ( ./models/object_tracking_dasiamrpn/examples/dasiamrpn_demo.gif )
0 commit comments