Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 607 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 607 Bytes

Breaking reCAPTCHA

A dissertation project, achieving an overall 80% accuracy

Traffic Light Image Detection

The program can be tuned using the below code to work with a variety of reCAPTCHA scenarios.

let detectionView = DetectionView(category: .crosswalk,
                                          size: size,
                                          image: image,
                                          depth: 3,
                                          isFullScreenImage: false,
                                          precision: 0)