Skip to content
This repository has been archived by the owner on May 18, 2023. It is now read-only.

Latest commit

 

History

History
29 lines (22 loc) · 1.38 KB

README.md

File metadata and controls

29 lines (22 loc) · 1.38 KB

CAPTCHA Solver

Automatic CAPTCHA solver using YOLOv5. Created for the NOTS project at HAN.

Made by:

  • Mike van Egmond
  • Alex Cheng
  • Steven Velderman
  • Auke Onvlee

Demo

See the code working in this Google Colab Notebook.

Weights

Weights are located in the weights folder. The version number is the version of the dataset used. Best performance was seen using v37-yolov5m6-hyper-300. This model was trained for 300 epochs over a period of 6 hours and 45 minutes using an Nvidia Tesla P100 GPU.

Data labelling

Using Roboflow over 400 images were labelled by hand. img.png

Data Augmentation

To increase the dataset size data augmentation was used. Using Roboflow we went from 400 images to 1000+ images, greatly increasing the accuracy of the model. Several augmentations were used. images/readme/augmentation.png

Tracking performance

The performance of the models was tracked using Weights and Biases. This allowed us to see how well the model was doing and compare it to earlier runs. img.png