Anzhc commited on
Commit
3ebf5bd
·
verified ·
1 Parent(s): 6c66e9f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -1
README.md CHANGED
@@ -11,7 +11,8 @@ library_name: ultralytics
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|
@@ -26,4 +27,20 @@ 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--/
 
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 |Training Resolution|
17
  | --------------------------- | --------------------- | ----------------------------- | ------------------------- |---------------|-------------------|
18
  | Anzhc Face -seg.pt | Face: illustration, real | LOST DATA | LOST DATA |2(male, female)| 640|
 
27
  Difference in v2 models are only in their target resolution, so their performance spread is marginal.
28
  ![image/png](https://cdn-uploads.huggingface.co/production/uploads/633b43d29fe04b13f46c8988/G1vywwrYQOPSK9t3MZTen.png)
29
 
30
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/633b43d29fe04b13f46c8988/jMTKRWVk5y0HhrqqePdp-.png)
31
+
32
+ #### Real Face, gendered:
33
+ Trained only on real photos for the most part, so will perform poorly with illustrations, but is gendered, and can be used for male/female detection stack.
34
+
35
+ | Model | Target | mAP 50 | mAP 50-95 |Classes |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)|1024|
38
+ | Anzhcs WomanFace v05 1024 y8n.pt | Face: real | 0.82(box),0.82(mask) | 0.713(box), 0.659(mask) |1(face)|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--/