Skip to content

Commit 7aba986

Browse files
committed
added links to published paper
1 parent bd771fa commit 7aba986

1 file changed

Lines changed: 16 additions & 9 deletions

File tree

README.md

Lines changed: 16 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,21 @@
1-
# Segmentation of Soil Erosion
1+
# Semantic Segmentation of Soil Erosion Sites
22

33
This repository contains a basic implementation for segmenting soil erosion sites on aerial imagery
4-
with a U-Net. The code was developped in the context of our paper on "**Identifying Soil Erosion Processes
5-
in Alpine Grasslands on Aerial Imagery with a U-Net Convolutional Neural Network**" (currently under review
6-
in Remote Sensing).
4+
with a U-Net. The code was developped in the context of our paper on "[**Identifying Soil Erosion Processes
5+
in Alpine Grasslands on Aerial Imagery with a U-Net Convolutional Neural Network**](https://www.mdpi.com/2072-4292/12/24/4149)" (*Remote Sensing*, 2020).
76

7+
![U-Net for Soil Erosion Segmentation](https://www.mdpi.com/remotesensing/remotesensing-12-04149/article_deploy/html/images/remotesensing-12-04149-g005.png "U-Net for Soil Erosion Segmentation")
8+
This image is available under [CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/) (author: Maxim Samarin); please cite reference below.
89

910

10-
## Setup your environment
11+
## Set up your environment
1112

12-
Our implementation is written in Python (3.6) and uses TensorFlow (V1.10). If you use the
13+
Our implementation is written in Python (3.6) and uses TensorFlow (version 1.10). If you use the
1314
[Anaconda distribution](https://www.anaconda.com/) (recommended), you can set up your local environment by executing
1415

1516
```conda env create -f requirements.yml```
1617

17-
or, for execution on a GPU (recommended),
18+
or, in case you use a GPU (recommended),
1819

1920

2021
```conda env create -f requirements_gpu.yml```
@@ -43,7 +44,13 @@ cite our paper:
4344
@article{SamarinZweifel2020,
4445
title={Identifying Soil Erosion Processes in Alpine Grasslands on Aerial Imagery with a U-Net Convolutional Neural Network},
4546
author={Samarin*, Maxim and Zweifel*, Lauren and Roth, Volker and Alewell, Christine},
46-
journal={Under review in Remote Sensing},
47+
journal={Remote Sensing},
48+
volume={12},
49+
number={24},
50+
pages={4149},
4751
year={2020},
52+
publisher={Multidisciplinary Digital Publishing Institute}
4853
}
49-
```
54+
```
55+
56+
![Graphical Abstract](https://www.mdpi.com/remotesensing/remotesensing-12-04149/article_deploy/html/images/remotesensing-12-04149-ag.png "Graphical Abstract")

0 commit comments

Comments
 (0)