File size: 478 Bytes
2d238f1 09e167a |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
---
license: gpl-3.0
language:
- en
pipeline_tag: image-segmentation
tags:
- speech bubble
- comic
- manga
---
# Informations
With this image segmentation model, you can easily detect speech bubbles in comics or manga and obtain a mask to perform actions on them.
Note that the mask segmentation is often wavy at the edges of the detected speech bubbles.
## Models
This repo contains the original `.pt` model and a `.onnx` model expored with the dynamic argument set on `true`. |