PyTorch
ultralytics
Bingsu commited on
Commit
fdb6e26
1 Parent(s): e4d406d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +32 -11
README.md CHANGED
@@ -30,19 +30,40 @@ tags:
30
  - [AniSeg](https://github.com/jerryli27/AniSeg)
31
  - [skytnt/anime-segmentation](https://huggingface.co/datasets/skytnt/anime-segmentation)
32
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
33
  ## Info
34
 
35
- | Model | Target | mAP 50 | mAP 50-95 |
36
- | --------------------- | --------------------- | ----------------------------- | ----------------------------- |
37
- | face_yolov8n.pt | 2D / realistic face | 0.660 | 0.366 |
38
- | face_yolov8n_v2.pt | 2D / realistic face | 0.669 | 0.372 |
39
- | face_yolov8s.pt | 2D / realistic face | 0.713 | 0.404 |
40
- | face_yolov8m.pt | 2D / realistic face | 0.737 | 0.424 |
41
- | hand_yolov8n.pt | 2D / realistic hand | 0.767 | 0.505 |
42
- | hand_yolov8s.pt | 2D / realistic hand | 0.794 | 0.527 |
43
- | person_yolov8n-seg.pt | 2D / realistic person | 0.782 (bbox)<br/>0.761 (mask) | 0.555 (bbox)<br/>0.460 (mask) |
44
- | person_yolov8s-seg.pt | 2D / realistic person | 0.824 (bbox)<br/>0.809 (mask) | 0.605 (bbox)<br/>0.508 (mask) |
45
- | person_yolov8m-seg.pt | 2D / realistic person | 0.849 (bbox)<br/>0.831 (mask) | 0.636 (bbox)<br/>0.533 (mask) |
 
46
 
47
  ## Usage
48
 
 
30
  - [AniSeg](https://github.com/jerryli27/AniSeg)
31
  - [skytnt/anime-segmentation](https://huggingface.co/datasets/skytnt/anime-segmentation)
32
 
33
+ ### deepfashion2
34
+
35
+ - [deepfashion2](https://github.com/switchablenorms/DeepFashion2)
36
+
37
+ | id | label |
38
+ | --- | --------------------- |
39
+ | 0 | short_sleeved_shirt |
40
+ | 1 | long_sleeved_shirt |
41
+ | 2 | short_sleeved_outwear |
42
+ | 3 | long_sleeved_outwear |
43
+ | 4 | vest |
44
+ | 5 | sling |
45
+ | 6 | shorts |
46
+ | 7 | trousers |
47
+ | 8 | skirt |
48
+ | 9 | short_sleeved_dress |
49
+ | 10 | long_sleeved_dress |
50
+ | 11 | vest_dress |
51
+ | 12 | sling_dress |
52
+
53
  ## Info
54
 
55
+ | Model | Target | mAP 50 | mAP 50-95 |
56
+ | --------------------------- | --------------------- | ----------------------------- | ----------------------------- |
57
+ | face_yolov8n.pt | 2D / realistic face | 0.660 | 0.366 |
58
+ | face_yolov8n_v2.pt | 2D / realistic face | 0.669 | 0.372 |
59
+ | face_yolov8s.pt | 2D / realistic face | 0.713 | 0.404 |
60
+ | face_yolov8m.pt | 2D / realistic face | 0.737 | 0.424 |
61
+ | hand_yolov8n.pt | 2D / realistic hand | 0.767 | 0.505 |
62
+ | hand_yolov8s.pt | 2D / realistic hand | 0.794 | 0.527 |
63
+ | person_yolov8n-seg.pt | 2D / realistic person | 0.782 (bbox)<br/>0.761 (mask) | 0.555 (bbox)<br/>0.460 (mask) |
64
+ | person_yolov8s-seg.pt | 2D / realistic person | 0.824 (bbox)<br/>0.809 (mask) | 0.605 (bbox)<br/>0.508 (mask) |
65
+ | person_yolov8m-seg.pt | 2D / realistic person | 0.849 (bbox)<br/>0.831 (mask) | 0.636 (bbox)<br/>0.533 (mask) |
66
+ | deepfashion2_yolov8s-seg.pt | realistic clothes | 0.849 (bbox)<br/>0.840 (mask) | 0.763 (bbox)<br/>0.675 (mask) |
67
 
68
  ## Usage
69