Update README.md
Browse files
README.md
CHANGED
|
@@ -7,6 +7,7 @@ tags:
|
|
| 7 |
- speech bubble
|
| 8 |
- comic
|
| 9 |
- manga
|
|
|
|
| 10 |
---
|
| 11 |
# Informations
|
| 12 |
With this image segmentation model, you can easily detect speech bubbles in comics or manga and obtain a mask to perform actions on them.
|
|
@@ -15,6 +16,7 @@ Note that the mask segmentation is often wavy at the edges of the detected speec
|
|
| 15 |
## Models
|
| 16 |
This repo contains the original `.pt` model and a `.onnx` model expored with the dynamic argument set on `true`.
|
| 17 |
|
|
|
|
| 18 |
## Previews
|
| 19 |
<details>
|
| 20 |
<summary>Show</summary>
|
|
@@ -25,4 +27,4 @@ This repo contains the original `.pt` model and a `.onnx` model expored with the
|
|
| 25 |
<b>Manga</b>
|
| 26 |
<img src="https://huggingface.co/kitsumed/yolov8m_seg-speech-bubble/resolve/main/previews/manga/1.png">
|
| 27 |
<img src="https://huggingface.co/kitsumed/yolov8m_seg-speech-bubble/resolve/main/previews/manga/2.png">
|
| 28 |
-
</details>
|
|
|
|
| 7 |
- speech bubble
|
| 8 |
- comic
|
| 9 |
- manga
|
| 10 |
+
- yolo
|
| 11 |
---
|
| 12 |
# Informations
|
| 13 |
With this image segmentation model, you can easily detect speech bubbles in comics or manga and obtain a mask to perform actions on them.
|
|
|
|
| 16 |
## Models
|
| 17 |
This repo contains the original `.pt` model and a `.onnx` model expored with the dynamic argument set on `true`.
|
| 18 |
|
| 19 |
+
**Try out my model with your own pictures now by using my huggingface space [here](https://huggingface.co/spaces/kitsumed/yolo-inferences)**.
|
| 20 |
## Previews
|
| 21 |
<details>
|
| 22 |
<summary>Show</summary>
|
|
|
|
| 27 |
<b>Manga</b>
|
| 28 |
<img src="https://huggingface.co/kitsumed/yolov8m_seg-speech-bubble/resolve/main/previews/manga/1.png">
|
| 29 |
<img src="https://huggingface.co/kitsumed/yolov8m_seg-speech-bubble/resolve/main/previews/manga/2.png">
|
| 30 |
+
</details>
|