Anzhc commited on
Commit
3f53c64
·
verified ·
1 Parent(s): 4e98433

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +31 -3
README.md CHANGED
@@ -10,7 +10,7 @@ base_model:
10
  library_name: ultralytics
11
  ---
12
  ## Available Models
13
- ### Anzhc's Face segmentation:
14
  #### Universal:
15
  Series of models aiming at detecting and segmenting face accurately. Trained on closed dataset i annotated myself.
16
  | Model | Target | mAP 50 | mAP 50-95 |Classes |Dataset size|Training Resolution|
@@ -34,13 +34,41 @@ Trained only on real photos for the most part, so will perform poorly with illus
34
 
35
  | Model | Target | mAP 50 | mAP 50-95 |Classes |Dataset size|Training Resolution|
36
  | --------------------------- | --------------------- | ----------------------------- | ------------------------- |---------------|------------|-------------------|
37
- | Anzhcs ManFace v02 1024 y8n.pt | Face: real | 0.883(box),0.883(mask) | 0.778(box), 0.704(mask) |1(face)|~340|1024|
38
- | Anzhcs WomanFace v05 1024 y8n.pt | Face: real | 0.82(box),0.82(mask) | 0.713(box), 0.659(mask) |1(face) |~600|1024|
39
 
40
  Benchmark was performed in 640px.
41
  ![image/png](https://cdn-uploads.huggingface.co/production/uploads/633b43d29fe04b13f46c8988/W0vhyDYLaXuQnbA1Som8f.png)
42
 
43
  ![image/png](https://cdn-uploads.huggingface.co/production/uploads/633b43d29fe04b13f46c8988/T5Q_mPJ8Ag6jfkaTpmNlM.png)
44
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
45
 
46
  /--UNDER CONSTRUCTION--/
 
10
  library_name: ultralytics
11
  ---
12
  ## Available Models
13
+ ### Face segmentation:
14
  #### Universal:
15
  Series of models aiming at detecting and segmenting face accurately. Trained on closed dataset i annotated myself.
16
  | Model | Target | mAP 50 | mAP 50-95 |Classes |Dataset size|Training Resolution|
 
34
 
35
  | Model | Target | mAP 50 | mAP 50-95 |Classes |Dataset size|Training Resolution|
36
  | --------------------------- | --------------------- | ----------------------------- | ------------------------- |---------------|------------|-------------------|
37
+ | Anzhcs ManFace v02 1024 y8n.pt | Face: real | 0.883(box),0.883(mask) | 0.778(box), 0.704(mask) |1(face) |~340 |1024|
38
+ | Anzhcs WomanFace v05 1024 y8n.pt | Face: real | 0.82(box),0.82(mask) | 0.713(box), 0.659(mask) |1(face) |~600 |1024|
39
 
40
  Benchmark was performed in 640px.
41
  ![image/png](https://cdn-uploads.huggingface.co/production/uploads/633b43d29fe04b13f46c8988/W0vhyDYLaXuQnbA1Som8f.png)
42
 
43
  ![image/png](https://cdn-uploads.huggingface.co/production/uploads/633b43d29fe04b13f46c8988/T5Q_mPJ8Ag6jfkaTpmNlM.png)
44
 
45
+ ### Eyes segmnetation:
46
+ PLACEHOLDER
47
+
48
+ | Model | Target | mAP 50 | mAP 50-95 |Classes |Dataset size|Training Resolution|
49
+ | --------------------------- | --------------------- | ----------------------------- | ------------------------- |---------------|------------|-------------------|
50
+ | Anzhcs ManFace v02 1024 y8n.pt | Face: real | 0.883(box),0.883(mask) | 0.778(box), 0.704(mask) |1(face) |~340 |1024|
51
+ | Anzhcs WomanFace v05 1024 y8n.pt | Face: real | 0.82(box),0.82(mask) | 0.713(box), 0.659(mask) |1(face) |~600 |1024|
52
+
53
+ ### Head+Hair segmentation:
54
+ PLACEHOLDER
55
+
56
+ | Model | Target | mAP 50 | mAP 50-95 |Classes |Dataset size|Training Resolution|
57
+ | --------------------------- | --------------------- | ----------------------------- | ------------------------- |---------------|------------|-------------------|
58
+ | Anzhcs ManFace v02 1024 y8n.pt | Face: real | 0.883(box),0.883(mask) | 0.778(box), 0.704(mask) |1(face) |~340 |1024|
59
+ | Anzhcs WomanFace v05 1024 y8n.pt | Face: real | 0.82(box),0.82(mask) | 0.713(box), 0.659(mask) |1(face) |~600 |1024|
60
+
61
+ ### Breasts segmentation:
62
+ Model for segmenting breasts. Was trained on anime images only, therefore has very weak realistic performance, but still is possible.
63
+
64
+ | Model | Target | mAP 50 | mAP 50-95 |Classes |Dataset size|Training Resolution|
65
+ | --------------------------- | --------------------- | ----------------------------- | ------------------------- |---------------|------------|-------------------|
66
+ | Anzhc Breasts Seg v1 1024n.pt | Breasts: illustration | 0.742(box),0.73(mask) | 0.563(box), 0.535(mask) |1(breasts) |~2000 |1024|
67
+ | Anzhc Breasts Seg v1 1024s.pt | Breasts: illustration | 0.768(box),0.763(mask) | 0.596(box), 0.575(mask) |1(breasts) |~2000 |1024|
68
+ | Anzhc Breasts Seg v1 1024m.pt | Breasts: illustration | 0.782(box),0.775(mask) | 0.644(box), 0.614(mask) |1(breasts) |~2000 |1024|
69
+
70
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/633b43d29fe04b13f46c8988/RoYVk1IgYH1ICiGQrMx6H.png)
71
+
72
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/633b43d29fe04b13f46c8988/-QVv21yT6Z4r16M4RvFyS.png)
73
 
74
  /--UNDER CONSTRUCTION--/