|
1 | | -# Segmentation of Soil Erosion |
| 1 | +# Semantic Segmentation of Soil Erosion Sites |
2 | 2 |
|
3 | 3 | 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). |
7 | 6 |
|
| 7 | + |
| 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. |
8 | 9 |
|
9 | 10 |
|
10 | | -## Setup your environment |
| 11 | +## Set up your environment |
11 | 12 |
|
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 |
13 | 14 | [Anaconda distribution](https://www.anaconda.com/) (recommended), you can set up your local environment by executing |
14 | 15 |
|
15 | 16 | ```conda env create -f requirements.yml``` |
16 | 17 |
|
17 | | -or, for execution on a GPU (recommended), |
| 18 | +or, in case you use a GPU (recommended), |
18 | 19 |
|
19 | 20 |
|
20 | 21 | ```conda env create -f requirements_gpu.yml``` |
@@ -43,7 +44,13 @@ cite our paper: |
43 | 44 | @article{SamarinZweifel2020, |
44 | 45 | title={Identifying Soil Erosion Processes in Alpine Grasslands on Aerial Imagery with a U-Net Convolutional Neural Network}, |
45 | 46 | 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}, |
47 | 51 | year={2020}, |
| 52 | + publisher={Multidisciplinary Digital Publishing Institute} |
48 | 53 | } |
49 | | -``` |
| 54 | +``` |
| 55 | + |
| 56 | + |
0 commit comments