Skip to content

rishi-more-2003/plate-censor

Repository files navigation

Number Plate Detection and Censoring

A CNN model trained by transferring learning from YOLOv5 developed by Ultralytics on 440 images of cars alongwith annotations of their numberplates over 100 epochs. It recognizes and censors numberplates in images in order to protect the identities of the original owners of the cars.

Accuracy

  • Final Precision = 0.916
  • Final Recall = 0.92
  • Final MAP = 0.918
  • Best MAP = 0.936 (Epoch 41)
  • Best Precision = 0.931 (Epoch 41)
  • Best Recall = 0.909 (Epoch 28)

Tools used:

Python PyTorch Pandas NumPy OpenCV

Links

About

License plate detection and redaction using YOLOv5 transfer learning.

Topics

Resources

Stars

Watchers

Forks

Contributors