Update README.md
Browse files
README.md
CHANGED
|
@@ -14,7 +14,7 @@ metrics:
|
|
| 14 |
- mAP50-95
|
| 15 |
---
|
| 16 |
# Description
|
| 17 |
-
YOLOs in this repo are trained with datasets that i have annotated myself. YOLOs on open datasets will have their own pages.
|
| 18 |
#### Want to request a model?
|
| 19 |
Im open to commissions, hit me up in Discord - **anzhc**
|
| 20 |
## Available Models
|
|
@@ -50,21 +50,31 @@ Benchmark was performed in 640px.
|
|
| 50 |
|
| 51 |

|
| 52 |
|
| 53 |
-
### Eyes
|
| 54 |
-
|
|
|
|
| 55 |
|
| 56 |
| Model | Target | mAP 50 | mAP 50-95 |Classes |Dataset size|Training Resolution|
|
| 57 |
| --------------------------- | --------------------- | ----------------------------- | ------------------------- |---------------|------------|-------------------|
|
| 58 |
-
|
|
| 59 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 60 |
|
| 61 |
### Head+Hair segmentation:
|
| 62 |
-
|
| 63 |
|
| 64 |
| Model | Target | mAP 50 | mAP 50-95 |Classes |Dataset size|Training Resolution|
|
| 65 |
| --------------------------- | --------------------- | ----------------------------- | ------------------------- |---------------|------------|-------------------|
|
| 66 |
-
|
|
| 67 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 68 |
|
| 69 |
### Breasts segmentation:
|
| 70 |
Model for segmenting breasts. Was trained on anime images only, therefore has very weak realistic performance, but still is possible.
|
|
|
|
| 14 |
- mAP50-95
|
| 15 |
---
|
| 16 |
# Description
|
| 17 |
+
YOLOs in this repo are trained with datasets that i have annotated myself, or with the help of my friends(They will be appropriately mentioned in those cases). YOLOs on open datasets will have their own pages.
|
| 18 |
#### Want to request a model?
|
| 19 |
Im open to commissions, hit me up in Discord - **anzhc**
|
| 20 |
## Available Models
|
|
|
|
| 50 |
|
| 51 |

|
| 52 |
|
| 53 |
+
### Eyes segmentation:
|
| 54 |
+
Was trained for the purpose of inpainting eyes with Adetailer extension, and specializes on detecting anime eyes, particularly - sclera area, without adding eyelashes and outer eye area to detection.
|
| 55 |
+
Current benchmark is likely inaccurate (but it is all i have), due to data being re-scrambled multi times (dataset expansion for future versions).
|
| 56 |
|
| 57 |
| Model | Target | mAP 50 | mAP 50-95 |Classes |Dataset size|Training Resolution|
|
| 58 |
| --------------------------- | --------------------- | ----------------------------- | ------------------------- |---------------|------------|-------------------|
|
| 59 |
+
| Anzhc Eyes -seg-hd.pt | Eyes: illustration | 0.925(box),0.868(mask) | 0.721(box), 0.511(mask) |1(eye) |~500(?) |1024|
|
| 60 |
+
|
| 61 |
+
|
| 62 |
+

|
| 63 |
+
|
| 64 |
+
|
| 65 |
+

|
| 66 |
|
| 67 |
### Head+Hair segmentation:
|
| 68 |
+
An old model (one of my first). Detects head + hair. Can be useful in likeness inpaint pipelines that need to be automated.
|
| 69 |
|
| 70 |
| Model | Target | mAP 50 | mAP 50-95 |Classes |Dataset size|Training Resolution|
|
| 71 |
| --------------------------- | --------------------- | ----------------------------- | ------------------------- |---------------|------------|-------------------|
|
| 72 |
+
| Anzhc HeadHair seg y8n.pt | Head: illustration(maybe real?) | 0.775(box),0.777(mask) | 0.576(box), 0.552(mask) |1(head) |~3180 |640|
|
| 73 |
+
| Anzhc HeadHair seg y8m.pt | Head: illustration(maybe real?) | 0.867(box),0.862(mask) | 0.674(box), 0.626(mask) |1(head) |~3180 |640|
|
| 74 |
+
|
| 75 |
+

|
| 76 |
+
|
| 77 |
+

|
| 78 |
|
| 79 |
### Breasts segmentation:
|
| 80 |
Model for segmenting breasts. Was trained on anime images only, therefore has very weak realistic performance, but still is possible.
|