Ryan Pfister
commited on
Commit
·
7edd1ad
1
Parent(s):
26c71a2
Add example segmentation images and update README
Browse files- .gitattributes +1 -0
- README.md +15 -0
- examples/example1.png +3 -0
- examples/example2.png +3 -0
- examples/example3.png +3 -0
- examples/example4.png +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 |
+
*.png filter=lfs diff=lfs merge=lfs -text
|
README.md
CHANGED
@@ -59,6 +59,21 @@ The model achieves the following metrics on the COCO person validation set:
|
|
59 |
|
60 |
These metrics were computed on a validation set of 5,000 images with 10,777 instances.
|
61 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
62 |
## Use Cases
|
63 |
|
64 |
This model is ideal for applications requiring precise person segmentation:
|
|
|
59 |
|
60 |
These metrics were computed on a validation set of 5,000 images with 10,777 instances.
|
61 |
|
62 |
+
## Example Results
|
63 |
+
|
64 |
+
Here are some examples of the model's person segmentation capabilities:
|
65 |
+
|
66 |
+
<div align="center">
|
67 |
+
<img src="examples/example1.png" alt="Person segmentation example 1" width="45%"/>
|
68 |
+
<img src="examples/example2.png" alt="Person segmentation example 2" width="45%"/>
|
69 |
+
</div>
|
70 |
+
<div align="center">
|
71 |
+
<img src="examples/example3.png" alt="Person segmentation example 3" width="45%"/>
|
72 |
+
<img src="examples/example4.png" alt="Person segmentation example 4" width="45%"/>
|
73 |
+
</div>
|
74 |
+
|
75 |
+
The model effectively segments people in various poses, lighting conditions, and contexts, providing accurate masks even with complex backgrounds.
|
76 |
+
|
77 |
## Use Cases
|
78 |
|
79 |
This model is ideal for applications requiring precise person segmentation:
|
examples/example1.png
ADDED
![]() |
Git LFS Details
|
examples/example2.png
ADDED
![]() |
Git LFS Details
|
examples/example3.png
ADDED
![]() |
Git LFS Details
|
examples/example4.png
ADDED
![]() |
Git LFS Details
|