Research Article

Auditory Speech Based Alerting System for Detecting Dummy Number Plate via Video Processing Data sets

Table 1

Comparison of different versions of YOLO [5].

YOLO v3YOLO v2YOLODetector

Proposal

DarknetDarknetGoogleNetBackbone

VariableFixedFixedInput image
<50<25 VGGSpeed

CVPR18CVPR17CVPR16Published in

Sigmoid instead of a softmaxSGDSGDOptimization

Cross-entropy error terms + bounding box regression + object confidence (object confidence and class predictions in YOLO v3 are predicted through logistic)Class sum square error loss + bounding box regression + object confidence + background confidenceClass sum square error loss + bounding box regression + object confidence + background confidenceLoss function
YesYesEnd-to-end train

C and pythonCCLanguage

Darknet-53Darknet-19DarknetDeep learning platform

Achieves good performance for small objects as well as with more speedAchieve high accuracy and high speed propose a faster darknet 19; improved the speed and accuracy by using several existing strategies; YOLO 9000 can detect over 9000 object categories in real-time limitations: struggling in detecting small objectsFirst unified detector framework (elegant and efficient) exclude RP method completely, faster than previously proposed detectors. YOLO and fast YOLO run at 45 and 155 FPS, respectively limitations: have difficulty to localize tiny objects. Dramatics accuracy falls as compared to the state of artMerits and limitations