Dan Bochman commited on
Commit
d1ba17c
·
1 Parent(s): 9e09c4f

docs: add example visualization to model card

Browse files

Add triplet visualization showing original image, segmentation mask,
and overlay to help users understand model output at a glance.

Files changed (3) hide show
  1. .gitattributes +1 -0
  2. README.md +4 -0
  3. assets/example.webp +3 -0
.gitattributes CHANGED
@@ -33,3 +33,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ *.webp filter=lfs diff=lfs merge=lfs -text
README.md CHANGED
@@ -18,6 +18,10 @@ language:
18
 
19
  A SegFormer-B4 model fine-tuned for human parsing with 18 semantic classes, optimized for fashion and virtual try-on applications.
20
 
 
 
 
 
21
  ## Model Description
22
 
23
  This model segments human images into 18 semantic categories including body parts (face, hair, arms, hands, legs, feet, torso), clothing items (top, dress, skirt, pants, belt, scarf), and accessories (bag, hat, glasses, jewelry).
 
18
 
19
  A SegFormer-B4 model fine-tuned for human parsing with 18 semantic classes, optimized for fashion and virtual try-on applications.
20
 
21
+ <p align="center">
22
+ <img src="assets/example.webp" alt="Human Parsing Example" width="800">
23
+ </p>
24
+
25
  ## Model Description
26
 
27
  This model segments human images into 18 semantic categories including body parts (face, hair, arms, hands, legs, feet, torso), clothing items (top, dress, skirt, pants, belt, scarf), and accessories (bag, hat, glasses, jewelry).
assets/example.webp ADDED

Git LFS Details

  • SHA256: 0cc4f2b5445e4d03dd5e5a1683bd32719a029511c4eb2bc3ef51418d2aef96ba
  • Pointer size: 131 Bytes
  • Size of remote file: 105 kB