Update README.md
Browse files
README.md
CHANGED
@@ -3,6 +3,8 @@ license: cc0-1.0
|
|
3 |
pipeline_tag: image-segmentation
|
4 |
tags:
|
5 |
- mmsegmentation
|
|
|
|
|
6 |
---
|
7 |
|
8 |
# Occlusion-aware face segmentation
|
@@ -30,5 +32,4 @@ model = init_model(config_file, checkpoint_file, device='cuda:0')
|
|
30 |
img = 'face-image.png'
|
31 |
result = inference_model(model, img)
|
32 |
show_result_pyplot(model, img, result, show=True, out_file='result.jpg', opacity=0.5)
|
33 |
-
```
|
34 |
-
|
|
|
3 |
pipeline_tag: image-segmentation
|
4 |
tags:
|
5 |
- mmsegmentation
|
6 |
+
- face
|
7 |
+
- occlusion
|
8 |
---
|
9 |
|
10 |
# Occlusion-aware face segmentation
|
|
|
32 |
img = 'face-image.png'
|
33 |
result = inference_model(model, img)
|
34 |
show_result_pyplot(model, img, result, show=True, out_file='result.jpg', opacity=0.5)
|
35 |
+
```
|
|