alexanderkroner
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
---
|
2 |
license: mit
|
3 |
pipeline_tag: image-to-image
|
|
|
4 |
---
|
5 |
|
6 |
MSI-Net
|
@@ -8,6 +9,8 @@ MSI-Net
|
|
8 |
|
9 |
Contextual encoder-decoder network for visual saliency prediction
|
10 |
|
|
|
|
|
11 |
---
|
12 |
|
13 |
<img src="https://github.com/alexanderkroner/saliency/blob/master/figures/results.jpg?raw=true" width="800">
|
|
|
1 |
---
|
2 |
license: mit
|
3 |
pipeline_tag: image-to-image
|
4 |
+
library_name: keras
|
5 |
---
|
6 |
|
7 |
MSI-Net
|
|
|
9 |
|
10 |
Contextual encoder-decoder network for visual saliency prediction
|
11 |
|
12 |
+
A demo of this model can be found on [HuggingFace Spaces](https://huggingface.co/spaces/alexanderkroner/saliency).
|
13 |
+
|
14 |
---
|
15 |
|
16 |
<img src="https://github.com/alexanderkroner/saliency/blob/master/figures/results.jpg?raw=true" width="800">
|