Align task API and add FunCaptcha support

This commit is contained in:
Hua
2026-03-12 19:32:59 +08:00
parent ef9518deeb
commit bc6776979e
33 changed files with 3446 additions and 672 deletions

View File

@@ -12,4 +12,5 @@
- train_classifier.py: 训练调度分类器 (CaptchaClassifier)
- train_slide.py: 训练滑块缺口检测 (GapDetectorCNN)
- train_rotate_solver.py: 训练旋转角度回归 (RotationRegressor)
- train_funcaptcha_rollball.py: 训练 FunCaptcha 专项 Siamese 模型
"""