3
stars
3
commits
3
repos using this model
2
linked in READMEs
Jul 12, 2026
updated
A split SafeTensors conversion of the comic text detector from dmMaze/BallonsTranslator. It combines a YOLOv5 feature extractor, a UNet text mask head, and a DBNet-style line detection head.
yolo-v5.safetensors: YOLOv5 backbone, neck, and detection-head stateunet.safetensors: text segmentation headdbnet.safetensors: differentiable-binarization line headconfig.json: component and runtime metadataThe three files exactly preserve the key sets, shapes, dtypes, and tensor values from their corresponding sections in the original comictextdetector.pt checkpoint.
Use this model to identify text regions and individual lines before comic OCR. It is specialized for illustrated pages and may perform poorly on photographs, handwriting, unusual layouts, or very small text. Detection thresholds and postprocessing are part of the complete BallonsTranslator/Koharu pipeline; loading only the tensor files is not sufficient to reproduce final text blocks. No evaluation metrics or training dataset artifacts are included here.
GPL-3.0, following the BallonsTranslator implementation.
3
stars
3
commits
3
repos using this model
2
linked in READMEs
Jul 12, 2026
updated
A split SafeTensors conversion of the comic text detector from dmMaze/BallonsTranslator. It combines a YOLOv5 feature extractor, a UNet text mask head, and a DBNet-style line detection head.
yolo-v5.safetensors: YOLOv5 backbone, neck, and detection-head stateunet.safetensors: text segmentation headdbnet.safetensors: differentiable-binarization line headconfig.json: component and runtime metadataThe three files exactly preserve the key sets, shapes, dtypes, and tensor values from their corresponding sections in the original comictextdetector.pt checkpoint.
Use this model to identify text regions and individual lines before comic OCR. It is specialized for illustrated pages and may perform poorly on photographs, handwriting, unusual layouts, or very small text. Detection thresholds and postprocessing are part of the complete BallonsTranslator/Koharu pipeline; loading only the tensor files is not sufficient to reproduce final text blocks. No evaluation metrics or training dataset artifacts are included here.
GPL-3.0, following the BallonsTranslator implementation.