This website requires JavaScript.
Explore
Help
Register
Sign In
admin
/
AntiCaptcha
Watch
1
Star
0
Fork
0
You've already forked AntiCaptcha
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
All Workflows
build.yml
85 workflow runs
Actor
All actors
admin
Status
All status
Success
Failure
Waiting
Running
fix: remove ImageNet normalization for YOLO (match Ultralytics default)
#89
:
Commit
47970834ec
pushed by
admin
main
2026-07-18 13:41:56 +08:00
2m56s
View workflow file
docs: add comments to rotation preprocessing
#88
:
Commit
e423f2ddd3
pushed by
admin
main
2026-07-18 07:17:26 +08:00
2m51s
View workflow file
fix: use original parameter names for similarity API
#87
:
Commit
234d9a9acb
pushed by
admin
main
2026-07-18 05:25:36 +08:00
2m52s
View workflow file
fix: use letterbox preprocessing for YOLO (same as ultralytics)
#86
:
Commit
10a2acaf7b
pushed by
admin
main
2026-07-18 05:05:48 +08:00
3m23s
View workflow file
fix: lower threshold for small order images (284x106)
#85
:
Commit
16e49a6d9e
pushed by
admin
main
2026-07-18 04:55:36 +08:00
2m52s
View workflow file
fix: correct YOLO output format [features, boxes] with clear comments
#84
:
Commit
1187a35fcf
pushed by
admin
main
2026-07-18 04:28:23 +08:00
2m52s
View workflow file
fix: YOLO output format is [boxes, features] not [features, boxes]
#83
:
Commit
3ef9742376
pushed by
admin
main
2026-07-18 04:21:16 +08:00
2m52s
View workflow file
debug: print YOLO output values and max confidence
#82
:
Commit
e2ac2fbfcc
pushed by
admin
main
2026-07-17 22:47:02 +08:00
2m54s
View workflow file
fix: lower confidence threshold for small order images
#81
:
Commit
c096e364cd
pushed by
admin
main
2026-07-17 22:21:51 +08:00
2m58s
View workflow file
fix: scale YOLO coordinates from 640x640 to original image size, add debug output
#80
:
Commit
5cb160432a
pushed by
admin
main
2026-07-17 21:17:44 +08:00
2m53s
View workflow file
feat: implement YOLO detection using ONNX Runtime (OpenCV 4.6 incompatible with YOLO11)
#79
:
Commit
b0555e2281
pushed by
admin
main
2026-07-17 21:02:35 +08:00
2m54s
View workflow file
fix: another UTF-8 string index bug in debug output
#78
:
Commit
588f0a846b
pushed by
admin
main
2026-07-17 20:57:36 +08:00
2m55s
View workflow file
docs: add detailed comment for UTF-8 charset fix
#77
:
Commit
e17549c508
pushed by
admin
main
2026-07-17 20:48:59 +08:00
2m50s
View workflow file
fix: use string slice for CHARS to handle UTF-8 multibyte chars correctly
#76
:
Commit
f7cfc4a888
pushed by
admin
main
2026-07-17 20:48:57 +08:00
5m31s
View workflow file
debug: print full CHARS mapping and all 51 indices
#75
:
Commit
5a86d68228
pushed by
admin
main
2026-07-17 20:36:48 +08:00
2m53s
View workflow file
debug: show raw indices and fix boundary check
#74
:
Commit
65c77452c2
pushed by
admin
main
2026-07-17 20:29:36 +08:00
2m55s
View workflow file
debug: print argmax results for Math CTC decode
#73
:
Commit
ae4bf8dd36
pushed by
admin
main
2026-07-17 20:22:59 +08:00
2m53s
View workflow file
debug: add logging for Math ONNX output
#72
:
Commit
0145bf9e44
pushed by
admin
main
2026-07-17 20:15:48 +08:00
2m52s
View workflow file
fix: correct Math decode - output is [num_positions, batch, num_chars]
#71
:
Commit
a3665ed63a
pushed by
admin
main
2026-07-17 20:03:03 +08:00
3m16s
View workflow file
fix: correct Math model output format - [T,B,C] not [C,B,T]
#70
:
Commit
f2bc0ecdb2
pushed by
admin
main
2026-07-17 19:51:18 +08:00
2m56s
View workflow file
fix: correct Math model output transpose from [C,B,T] to [B,T,C]
#69
:
Commit
6c123b7231
pushed by
admin
main
2026-07-17 19:41:30 +08:00
2m56s
View workflow file
fix: use separate variable for evalMathExpression result
#68
:
Commit
2fceca847f
pushed by
admin
main
2026-07-17 19:28:33 +08:00
2m54s
View workflow file
fix: avoid GetOutputShape CGO crash by using fixed output dimensions
#67
:
Commit
7dae9a0901
pushed by
admin
main
2026-07-17 19:04:33 +08:00
2m25s
View workflow file
fix: add panic recovery and boundary checks for Math function
#66
:
Commit
dc58cc1dba
pushed by
admin
main
2026-07-17 19:00:48 +08:00
16s
View workflow file
fix: rename min function to avoid conflict with builtin
#65
:
Commit
89b688424a
pushed by
admin
main
2026-07-17 19:01:42 +08:00
3m49s
View workflow file
fix: rewrite Math preprocessing and decode to match original AntiCAP implementation
#64
:
Commit
8c8787135d
pushed by
admin
main
2026-07-17 18:36:08 +08:00
2m54s
View workflow file
fix: handle dynamic dimensions in Math output shape
#63
:
Commit
0c2225bdbb
pushed by
admin
main
2026-07-17 18:27:44 +08:00
2m53s
View workflow file
fix: correct Math CRNN output transpose and CTC decoding
#62
:
Commit
61f3223885
pushed by
admin
main
2026-07-17 18:06:40 +08:00
2m54s
View workflow file
fix: handle YOLO11 output format [1,5,8400] with transpose for OpenCV DNN
#61
:
Commit
8dcbfb5535
pushed by
admin
main
2026-07-17 16:57:17 +08:00
2m47s
View workflow file
fix: add mapstructure tags to config structs for proper viper parsing
#60
:
Commit
d9cc4b0be0
pushed by
admin
main
2026-07-17 15:54:52 +08:00
2m50s
View workflow file
First
Previous
1
2
3
Next
Last