You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Manually labeling hundreds of thousands of images would be infeasible which requires us to create our own versions of their captchas
GeeTest uses a pool of cutouts and base images to create captchas, places them within a frame randomly and fades the cutout
DataDome does not have a demo site, only pops up on a protected site or have a bad cookie or send an invalid POST request, uses random images with same cutout
AI/ML Solving
Originally started with TensorFlow but switched to YOLOv11
Used YOLOv11n.pt with 7 epochs of training since it instantly plateaued, all args are here
Honestly, if you're looking for a ready-made solution instead of training your own model, an API like CapSolver can handle GeeTest pretty well