From fb106fd6db843482fe69d38173ebcc1f370e3679 Mon Sep 17 00:00:00 2001
From: "Daniel.Frisinghelli" <daniel.frisinghelli@eurac.edu>
Date: Wed, 27 Jan 2021 18:22:37 +0100
Subject: [PATCH] Updated project description.

---
 README.rst | 15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

diff --git a/README.rst b/README.rst
index fd4fcdd..154100a 100644
--- a/README.rst
+++ b/README.rst
@@ -18,13 +18,7 @@ Requirements
 
     ``pysegcnn`` requires ``Python>=3.7``.
 
-Here is a list of all dependencies of ``pysegcnn``.
-
-    - numpy
-    - scipy
-    - matplotlib
-    - pytorch
-    - gdal
+The list of dependencies, in addition to ``pytorch``, is defined in ``environment.yml``.
 
 Download
 ---------
@@ -108,6 +102,7 @@ supported out-of-the-box:
 
 - Spatial Procedures for Automated Removal of Cloud and Shadow `SPARCS`_
   by `Hughes M.J. & Hayes D.J. (2014)`_
+- Active Learning Cloud detection `ALCD`_ by `Baetens et al. (2019)`_.
 - `Cloud-38`_ and `Cloud-95`_ by Mohajerani S. & Saeedi P. (`2019`_, `2020`_)
 
 Contact
@@ -134,6 +129,12 @@ at the `Institute for Earth Observation <http://www.eurac.edu/en/research/mounta
 .. _SPARCS:
     https://www.usgs.gov/land-resources/nli/landsat/spatial-procedures-automated-removal-cloud-and-shadow-sparcs-validation)
 
+.. _ALCD:
+    https://zenodo.org/record/1460961#.XYCTRzYzaHt
+
+.. _Baetens et al. (2019):
+    https://www.mdpi.com/2072-4292/11/4/433
+
 .. _Hughes M.J. & Hayes D.J. (2014):
     https://www.mdpi.com/2072-4292/6/6/4907
 
-- 
GitLab