Update README.md
Browse files
README.md
CHANGED
|
@@ -21,6 +21,16 @@ MSI-Net is a visual saliency model that predicts where humans fixate on natural
|
|
| 21 |
|
| 22 |
<img src="https://github.com/alexanderkroner/saliency/blob/master/figures/architecture.jpg?raw=true" width="700">
|
| 23 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 24 |
# Example Use
|
| 25 |
|
| 26 |
### Import the dependencies
|
|
|
|
| 21 |
|
| 22 |
<img src="https://github.com/alexanderkroner/saliency/blob/master/figures/architecture.jpg?raw=true" width="700">
|
| 23 |
|
| 24 |
+
# Requirements
|
| 25 |
+
|
| 26 |
+
To install the required dependencies, use either `pip` or `conda`:
|
| 27 |
+
```
|
| 28 |
+
pip install -r requirements.txt
|
| 29 |
+
```
|
| 30 |
+
```
|
| 31 |
+
conda env create -f requirements.yml
|
| 32 |
+
```
|
| 33 |
+
|
| 34 |
# Example Use
|
| 35 |
|
| 36 |
### Import the dependencies
|