Skip to content

Commit d4f3c80

Browse files
authored
docs: add interactive OCR training pipeline explainer (closes #105) (#106)
Add an animated HTML page explaining how OCR annotations are incorporated into training via multi-label Partial FC: - PaddleOCR preprocessing → 100 tags per image (over/downsampling) - 8-label random sampling per iteration - 8 independent ArcFace softmax classifiers in parallel - Interactive unit-circle ArcFace visualization with auto-cycling - KaTeX-rendered formulas - Full CN/EN bilingual toggle - docs/index.html redirects for GitHub Pages deployment
1 parent 099d44d commit d4f3c80

2 files changed

Lines changed: 944 additions & 0 deletions

File tree

docs/index.html

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta http-equiv="refresh" content="0; url=ocr_training_pipeline.html">
6+
<title>OneVision-Encoder Docs</title>
7+
</head>
8+
<body>
9+
<p>Redirecting to <a href="ocr_training_pipeline.html">OCR Training Pipeline</a>...</p>
10+
</body>
11+
</html>

0 commit comments

Comments
 (0)