feat: add captcha detection and recognition models
Browse files- .gitattributes +2 -0
- captcha_detector/database/payload.json +0 -0
- captcha_detector/database/vectors.npy +3 -0
- captcha_detector/detector/oln_detector.pth +3 -0
- captcha_detector/ocr/craft_mlt_25k.pth +3 -0
- captcha_detector/ocr/zh_sim_g2.pth +3 -0
- captcha_detector/siamese/embedder.ts +3 -0
- captcha_detector/siamese/trunk.ts +3 -0
.gitattributes
CHANGED
@@ -33,3 +33,5 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
36 |
+
captcha_detector/siamese/embedder.ts filter=lfs diff=lfs merge=lfs -text
|
37 |
+
captcha_detector/siamese/trunk.ts filter=lfs diff=lfs merge=lfs -text
|
captcha_detector/database/payload.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
captcha_detector/database/vectors.npy
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6bf8c0a72218f32ca00306320b9907e6cc19bc8c4180d5d6973c9dafc02e287c
|
3 |
+
size 12083328
|
captcha_detector/detector/oln_detector.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f3f810d9cbb921c5efed76e681f05c12bd78424901387405d78de2bcdb210538
|
3 |
+
size 330265263
|
captcha_detector/ocr/craft_mlt_25k.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4a5efbfb48b4081100544e75e1e2b57f8de3d84f213004b14b85fd4b3748db17
|
3 |
+
size 83152330
|
captcha_detector/ocr/zh_sim_g2.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cb678fdef09d651e7763ca551ad790dc89f0b2e3d2a640484330e338fb574c7a
|
3 |
+
size 21951421
|
captcha_detector/siamese/embedder.ts
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:26bfeaba8f6434f57f79a7397eb5270c907eb42a770c8c933229703e989931dc
|
3 |
+
size 5249120
|
captcha_detector/siamese/trunk.ts
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:892ab5ff738d20d20ef5bc7dd006691caea6d8ecf030295d7c18d88a65887a2a
|
3 |
+
size 94541184
|