Instructions to use alexanderkroner/MSI-Net with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- TF-Keras
How to use alexanderkroner/MSI-Net with TF-Keras:
# Note: 'keras<3.x' or 'tf_keras' must be installed (legacy) # See https://github.com/keras-team/tf-keras for more details. from huggingface_hub import from_pretrained_keras model = from_pretrained_keras("alexanderkroner/MSI-Net") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -7,7 +7,7 @@ library_name: keras
|
|
| 7 |
MSI-Net
|
| 8 |
=======
|
| 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 |
|
|
|
|
| 7 |
MSI-Net
|
| 8 |
=======
|
| 9 |
|
| 10 |
+
[Contextual encoder-decoder network for visual saliency prediction](https://doi.org/10.1016/j.neunet.2020.05.004)
|
| 11 |
|
| 12 |
A demo of this model can be found on [HuggingFace Spaces](https://huggingface.co/spaces/alexanderkroner/saliency).
|
| 13 |
|