0
stars
4
commits
1
linked in READMEs
Jul 2, 2026
updated
Unified browser package for Poneglyph one-shot analysis.
This bundle replaces the previous ReaderNet runtime with two small pairwise rankers. The bubble detector is preserved, and the panel detector is included because the worker assigns bubbles to panels before in-panel ordering.
bubble_detector.onnx: preserved YOLO bubble detector.panel_detector.onnx: YOLO panel detector used to assign bubbles to panels.panel_order.onnx: new pairwise panel ordering ranker.bubble_order.onnx: new pairwise in-panel bubble ordering ranker.global_bubble_order.onnx: optional page-level reranker, present only when benchmark-enabled.model_manifest.json: checksums, sizes, and runtime metadata.metrics/: held-out evaluation reports.The page full-accuracy metric compares the complete predicted bubble sequence against the ground truth sequence for held-out pages.
The frontend worker loads these files from:
https://huggingface.co/Remidesbois/YoloPiece_OneShot_Models/resolve/main/<file>
global_bubble_order.onnx: enabled by the completed benchmark.global_bubble_reranker_v1__sklearn-logistic__borda-vertical-repair4 commits
0
stars
4
commits
1
linked in READMEs
Jul 2, 2026
updated
Unified browser package for Poneglyph one-shot analysis.
This bundle replaces the previous ReaderNet runtime with two small pairwise rankers. The bubble detector is preserved, and the panel detector is included because the worker assigns bubbles to panels before in-panel ordering.
bubble_detector.onnx: preserved YOLO bubble detector.panel_detector.onnx: YOLO panel detector used to assign bubbles to panels.panel_order.onnx: new pairwise panel ordering ranker.bubble_order.onnx: new pairwise in-panel bubble ordering ranker.global_bubble_order.onnx: optional page-level reranker, present only when benchmark-enabled.model_manifest.json: checksums, sizes, and runtime metadata.metrics/: held-out evaluation reports.The page full-accuracy metric compares the complete predicted bubble sequence against the ground truth sequence for held-out pages.
The frontend worker loads these files from:
https://huggingface.co/Remidesbois/YoloPiece_OneShot_Models/resolve/main/<file>
global_bubble_order.onnx: enabled by the completed benchmark.global_bubble_reranker_v1__sklearn-logistic__borda-vertical-repair4 commits