Anzhc commited on
Commit
6c66e9f
·
verified ·
1 Parent(s): 7a3dcec

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -23
README.md CHANGED
@@ -11,26 +11,19 @@ library_name: ultralytics
11
  ---
12
  ## Available Models
13
  ### Anzhc's Face segmentation:
14
- Small segmentation model aiming to create accurate masks of face for improved inpainting quality with adetailer extension.
15
- Full showcase can be found at: https://civitai.com/models/293448/anzhcs-face-segmentation-prototype-or-yolov8-or-adetailer-model
16
- Particularly useful at close-ups, as standard YOLO Face burns your generation.
17
- Also it improves details better, while not inpainting area around face itself.
18
-
19
- ![image/png](https://cdn-uploads.huggingface.co/production/uploads/633b43d29fe04b13f46c8988/8U8uuOAMlX2OGdw9Scvfd.png)
20
-
21
- ![image/png](https://cdn-uploads.huggingface.co/production/uploads/633b43d29fe04b13f46c8988/e_QPcmILsCUkAiKth02m7.png)
22
-
23
- ### Anzhc's Head segmentation:
24
- Lightweight head segmentation model for variable tasks and mediums(i.e. anime, real, cartoon, etc.)
25
- Full description and examples can be found at: https://civitai.com/models/326568
26
-
27
- ![image/png](https://cdn-uploads.huggingface.co/production/uploads/633b43d29fe04b13f46c8988/CXxbSaDm6pdQhgqDQgC5e.png)
28
-
29
- ![image/png](https://cdn-uploads.huggingface.co/production/uploads/633b43d29fe04b13f46c8988/NLxowgr8dAzfy_x10G3fk.png)
30
-
31
- ### Anzhc's Eyes segmentation:
32
- Miniature model to select sclera area, while trying to not go over it, and not select eyelashes.
33
-
34
- ![image/png](https://cdn-uploads.huggingface.co/production/uploads/633b43d29fe04b13f46c8988/DXHbFpVcUikj-aUo2kkNw.png)
35
-
36
- full description and examples here: https://civitai.com/models/342514/anzhcs-beautifeyer-or-yolov8-or-adetailer-model
 
11
  ---
12
  ## Available Models
13
  ### Anzhc's Face segmentation:
14
+ Series of models aiming at detecting and segmenting face accurately.
15
+ | Model | Target | mAP 50 | mAP 50-95 |Classes |Training Resolution|
16
+ | --------------------------- | --------------------- | ----------------------------- | ------------------------- |---------------|-------------------|
17
+ | Anzhc Face -seg.pt | Face: illustration, real | LOST DATA | LOST DATA |2(male, female)| 640|
18
+ | Anzhc Face -seg-hd.pt | Face: illustration, real | LOST DATA | LOST DATA |2(male, female)|1024|
19
+ | Anzhc Face seg 640 v2 y8n.pt | Face: illustration, real | 0.872(box),0.872(mask) | 0.835(box),0.752(mask)|1(face) | 640|
20
+ | Anzhc Face seg 768 v2 y8n.pt | Face: illustration, real | 0.86(box),0.86(mask) | 0.81(box),0.726(mask) |1(face) | 768|
21
+ | Anzhc Face seg 768MS v2 y8n.pt | Face: illustration, real | 0.866(box),0.866(mask) | 0.816(box),0.72(mask) |1(face) | 768|(Multi-scale)|
22
+ | Anzhc Face seg 1024 v2 y8n.pt | Face: illustration, real | 0.872(box),0.872(mask) | 0.804(box),0.726(mask)|1(face) | 1024|
23
+
24
+ Take those stats with a grain of salt, since im pretty sure i re-scrambled dataset partition after training those models ages ago.
25
+ Benchmark was performed in 640px.
26
+ Difference in v2 models are only in their target resolution, so their performance spread is marginal.
27
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/633b43d29fe04b13f46c8988/G1vywwrYQOPSK9t3MZTen.png)
28
+
29
+ /--UNDER CONSTRUCTION--/