Commit Graph

87 Commits

Author SHA1 Message Date
admin 234d9a9acb fix: use original parameter names for similarity API
Build and Deploy / build (push) Successful in 2m41s
Build and Deploy / deploy (push) Successful in 9s
- Change img1_base64/img2_base64 to image1_base64/image2_base64
- Match original AntiCAP API parameter names
2026-07-17 21:22:31 +00:00
admin 10a2acaf7b fix: use letterbox preprocessing for YOLO (same as ultralytics)
Build and Deploy / build (push) Successful in 3m12s
Build and Deploy / deploy (push) Successful in 9s
- Keep aspect ratio with gray padding instead of stretching
- Add ImageNet normalization (mean/std)
- Proper coordinate restoration with offset/scale
- This matches original Python ultralytics preprocessing
2026-07-17 21:02:13 +00:00
admin 16e49a6d9e fix: lower threshold for small order images (284x106)
Build and Deploy / build (push) Successful in 2m42s
Build and Deploy / deploy (push) Successful in 9s
2026-07-17 20:52:36 +00:00
admin 1187a35fcf fix: correct YOLO output format [features, boxes] with clear comments
Build and Deploy / build (push) Successful in 2m41s
Build and Deploy / deploy (push) Successful in 8s
2026-07-17 20:25:23 +00:00
admin 3ef9742376 fix: YOLO output format is [boxes, features] not [features, boxes]
Build and Deploy / build (push) Successful in 2m40s
Build and Deploy / deploy (push) Successful in 9s
2026-07-17 20:18:14 +00:00
admin e2ac2fbfcc debug: print YOLO output values and max confidence
Build and Deploy / build (push) Successful in 2m43s
Build and Deploy / deploy (push) Successful in 9s
2026-07-17 14:43:59 +00:00
admin c096e364cd fix: lower confidence threshold for small order images
Build and Deploy / build (push) Successful in 2m42s
Build and Deploy / deploy (push) Successful in 9s
2026-07-17 14:18:48 +00:00
admin 5cb160432a fix: scale YOLO coordinates from 640x640 to original image size, add debug output
Build and Deploy / build (push) Successful in 2m42s
Build and Deploy / deploy (push) Successful in 9s
2026-07-17 13:14:41 +00:00
admin b0555e2281 feat: implement YOLO detection using ONNX Runtime (OpenCV 4.6 incompatible with YOLO11)
Build and Deploy / build (push) Successful in 2m43s
Build and Deploy / deploy (push) Successful in 9s
2026-07-17 12:59:36 +00:00
admin 588f0a846b fix: another UTF-8 string index bug in debug output
Build and Deploy / build (push) Successful in 2m44s
Build and Deploy / deploy (push) Successful in 9s
2026-07-17 12:54:32 +00:00
admin e17549c508 docs: add detailed comment for UTF-8 charset fix
Build and Deploy / build (push) Successful in 2m39s
Build and Deploy / deploy (push) Successful in 1s
2026-07-17 12:45:34 +00:00
admin f7cfc4a888 fix: use string slice for CHARS to handle UTF-8 multibyte chars correctly
Build and Deploy / build (push) Successful in 2m43s
Build and Deploy / deploy (push) Successful in 9s
2026-07-17 12:43:17 +00:00
admin 5a86d68228 debug: print full CHARS mapping and all 51 indices
Build and Deploy / build (push) Successful in 2m41s
Build and Deploy / deploy (push) Successful in 10s
2026-07-17 12:33:49 +00:00
admin 65c77452c2 debug: show raw indices and fix boundary check
Build and Deploy / build (push) Successful in 2m43s
Build and Deploy / deploy (push) Successful in 9s
2026-07-17 12:26:31 +00:00
admin ae4bf8dd36 debug: print argmax results for Math CTC decode
Build and Deploy / build (push) Successful in 2m42s
Build and Deploy / deploy (push) Successful in 9s
2026-07-17 12:19:55 +00:00
admin 0145bf9e44 debug: add logging for Math ONNX output
Build and Deploy / build (push) Successful in 2m41s
Build and Deploy / deploy (push) Successful in 9s
2026-07-17 12:12:48 +00:00
admin a3665ed63a fix: correct Math decode - output is [num_positions, batch, num_chars]
Build and Deploy / build (push) Successful in 3m3s
Build and Deploy / deploy (push) Successful in 11s
2026-07-17 11:53:17 +00:00
admin f2bc0ecdb2 fix: correct Math model output format - [T,B,C] not [C,B,T]
Build and Deploy / build (push) Successful in 2m45s
Build and Deploy / deploy (push) Successful in 9s
2026-07-17 11:48:15 +00:00
admin 6c123b7231 fix: correct Math model output transpose from [C,B,T] to [B,T,C]
Build and Deploy / build (push) Successful in 2m44s
Build and Deploy / deploy (push) Successful in 9s
2026-07-17 11:38:24 +00:00
admin 2fceca847f fix: use separate variable for evalMathExpression result
Build and Deploy / build (push) Successful in 2m43s
Build and Deploy / deploy (push) Successful in 9s
2026-07-17 11:25:29 +00:00
admin 7dae9a0901 fix: avoid GetOutputShape CGO crash by using fixed output dimensions
Build and Deploy / build (push) Failing after 2m24s
Build and Deploy / deploy (push) Has been skipped
2026-07-17 11:02:00 +00:00
admin dc58cc1dba fix: add panic recovery and boundary checks for Math function
Build and Deploy / deploy (push) Has been cancelled
Build and Deploy / build (push) Has been cancelled
2026-07-17 10:59:47 +00:00
admin 89b688424a fix: rename min function to avoid conflict with builtin
Build and Deploy / build (push) Successful in 2m39s
Build and Deploy / deploy (push) Successful in 9s
2026-07-17 10:57:45 +00:00
admin 8c8787135d fix: rewrite Math preprocessing and decode to match original AntiCAP implementation
Build and Deploy / build (push) Successful in 2m42s
Build and Deploy / deploy (push) Successful in 9s
2026-07-17 10:33:04 +00:00
admin 0c2225bdbb fix: handle dynamic dimensions in Math output shape
Build and Deploy / build (push) Successful in 2m42s
Build and Deploy / deploy (push) Successful in 9s
2026-07-17 10:24:41 +00:00
admin 61f3223885 fix: correct Math CRNN output transpose and CTC decoding
Build and Deploy / build (push) Successful in 2m43s
Build and Deploy / deploy (push) Successful in 9s
2026-07-17 10:03:40 +00:00
admin 8dcbfb5535 fix: handle YOLO11 output format [1,5,8400] with transpose for OpenCV DNN
Build and Deploy / build (push) Successful in 2m36s
Build and Deploy / deploy (push) Successful in 9s
2026-07-17 08:54:23 +00:00
admin d9cc4b0be0 fix: add mapstructure tags to config structs for proper viper parsing
Build and Deploy / build (push) Successful in 2m39s
Build and Deploy / deploy (push) Successful in 9s
2026-07-17 07:51:57 +00:00
admin 16e2f649b1 fix: set fixed JWT_SECRET environment variable in docker-compose
Build and Deploy / build (push) Successful in 2m42s
Build and Deploy / deploy (push) Successful in 8s
2026-07-17 07:46:25 +00:00
admin 90b12935a4 fix: ensure JWT secret always has a value
Build and Deploy / build (push) Successful in 2m39s
Build and Deploy / deploy (push) Successful in 9s
2026-07-17 07:28:17 +00:00
admin 8d9d3f79fa fix: ensure JWT secret is initialized before generating tokens
Build and Deploy / build (push) Successful in 3m10s
Build and Deploy / deploy (push) Successful in 9s
2026-07-17 07:09:59 +00:00
admin c08b9d622f fix: redirect to home page after login success
Build and Deploy / build (push) Successful in 2m41s
Build and Deploy / deploy (push) Successful in 9s
2026-07-17 06:55:52 +00:00
admin b697c21f8c fix: align install API request structure with backend expectations
Build and Deploy / build (push) Successful in 2m40s
Build and Deploy / deploy (push) Successful in 9s
2026-07-17 06:46:09 +00:00
admin 5652012b2f fix: add frontend build stage to Dockerfile, update npm install to include devDependencies
Build and Deploy / build (push) Successful in 2m40s
Build and Deploy / deploy (push) Successful in 9s
2026-07-17 02:06:06 +00:00
admin 7bc8c74d5e feat: redesign frontend UI with MoonShadow-style dark theme
Build and Deploy / build (push) Successful in 2m42s
Build and Deploy / deploy (push) Successful in 8s
- Update color scheme to purple/blue gradient accents
- Add modern card layouts with hover effects
- Implement token display with copy button
- Add stats dashboard on home page
- Improve install page with SQLite/MySQL toggle
- Add feature cards for supported functions
- Improve login/register pages with centered layout
- Add admin page with user management table
- Add responsive grid layouts
- Add fade-in animations
2026-07-17 01:48:01 +00:00
admin bd8db9ba27 docs: mark Detection models as optional (YOLO11 requires special post-processing)
Build and Deploy / build (push) Successful in 3m10s
Build and Deploy / deploy (push) Successful in 1s
2026-07-17 01:32:36 +00:00
admin 94e0283069 fix: re-export YOLO with opset 11 for OpenCV 4.6 compatibility
Build and Deploy / build (push) Successful in 2m43s
Build and Deploy / deploy (push) Successful in 8s
2026-07-17 01:31:11 +00:00
admin 151f3f07e0 fix: convert YOLO PT to ONNX opset 12 for OpenCV 4.6 compatibility
Build and Deploy / build (push) Successful in 3m0s
Build and Deploy / deploy (push) Successful in 9s
2026-07-17 01:26:01 +00:00
admin ee578298b9 fix: mark Detection models as optional (requires OpenCV 4.8+)
Build and Deploy / build (push) Failing after 2m58s
Build and Deploy / deploy (push) Has been skipped
2026-07-17 01:20:04 +00:00
admin d918fb1654 fix: parse charset as JSON array instead of line-by-line
Build and Deploy / build (push) Successful in 5m43s
Build and Deploy / deploy (push) Successful in 9s
2026-07-17 00:42:42 +00:00
admin c9f6a30f28 ci: add DEPLOY_PATH secret for flexible deployment directory
Build and Deploy / build (push) Successful in 2m44s
Build and Deploy / deploy (push) Successful in 8s
2026-07-17 00:11:23 +00:00
admin 4376cf936a ci: auto-create docker-compose.yml if not exists on deploy
Build and Deploy / deploy (push) Has been cancelled
Build and Deploy / build (push) Has been cancelled
2026-07-17 00:10:11 +00:00
admin 6500719689 ci: enable auto-deploy on main branch push, use docker compose v2
Build and Deploy / deploy (push) Has been cancelled
Build and Deploy / build (push) Has been cancelled
2026-07-17 00:07:09 +00:00
admin 3b45e76a7b fix: mark Detection models as required now they are available
Build and Deploy / deploy (push) Has been cancelled
Build and Deploy / build (push) Has been cancelled
2026-07-17 00:02:37 +00:00
admin 0b67149577 add: Detection_Icon and Detection_Text ONNX models
Build and Deploy / deploy (push) Has been cancelled
Build and Deploy / build (push) Has been cancelled
2026-07-17 00:01:33 +00:00
admin ad9000c3d9 debug: add JWT secret empty check logging
Build and Deploy / build (push) Successful in 2m43s
Build and Deploy / deploy (push) Has been skipped
2026-07-16 23:56:30 +00:00
admin eb995760f7 fix: upgrade ONNX Runtime to 1.18.0 for IR v10, mark Detection models as optional
Build and Deploy / build (push) Successful in 2m43s
Build and Deploy / deploy (push) Has been skipped
2026-07-16 23:49:03 +00:00
admin 1ff489971b fix: register API routes before NoRoute to prevent route hijacking
Build and Deploy / build (push) Successful in 2m42s
Build and Deploy / deploy (push) Has been skipped
2026-07-16 23:41:09 +00:00
admin ad6a130a6f fix: update DoubleRotate to match new signature with all parameters
Build and Deploy / build (push) Successful in 2m43s
Build and Deploy / deploy (push) Has been skipped
2026-07-16 22:54:03 +00:00
admin 28998964ef fix: 移除未使用的 import
Build and Deploy / build (push) Failing after 2m55s
Build and Deploy / deploy (push) Has been skipped
2026-07-16 22:45:08 +00:00