Spaces:
Runtime error
Runtime error
Commit ·
14a6a7a
1
Parent(s): 0511c68
Update links
Browse files- README.md +1 -1
- requirements.txt +1 -1
README.md
CHANGED
|
@@ -10,7 +10,7 @@ pinned: false
|
|
| 10 |
license: mit
|
| 11 |
---
|
| 12 |
|
| 13 |
-
This demo is based on the implementation of MSI-Net (multi-scale information network), as described in the Neural Networks paper [Contextual encoder-decoder network for visual saliency prediction](https://
|
| 14 |
|
| 15 |
```
|
| 16 |
@article{kroner2020contextual,
|
|
|
|
| 10 |
license: mit
|
| 11 |
---
|
| 12 |
|
| 13 |
+
This demo is based on the implementation of MSI-Net (multi-scale information network), as described in the Neural Networks paper [Contextual encoder-decoder network for visual saliency prediction](https://doi.org/10.1016/j.neunet.2020.05.004) (2020) and on [arXiv](https://doi.org/10.48550/arXiv.1902.06634). If you find the model or results useful, please cite the following paper:
|
| 14 |
|
| 15 |
```
|
| 16 |
@article{kroner2020contextual,
|
requirements.txt
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
gradio==4.26.0
|
| 2 |
matplotlib==3.8.4
|
| 3 |
-
tensorflow==2.16.1
|
|
|
|
| 1 |
gradio==4.26.0
|
| 2 |
matplotlib==3.8.4
|
| 3 |
+
tensorflow==2.16.1
|