From fb43d827f5253dbfaf519e7c1dda3eea6ec23dcb Mon Sep 17 00:00:00 2001
From: Andre Anjos <andre.dos.anjos@gmail.com>
Date: Wed, 15 Apr 2020 21:37:45 +0200
Subject: [PATCH] [configs.datasets] Fix documentation of some COVD datasets

---
 bob/ip/binseg/configs/datasets/covd_chasedb1.py     | 2 +-
 bob/ip/binseg/configs/datasets/covd_chasedb1_ssl.py | 2 +-
 bob/ip/binseg/configs/datasets/covd_hrf.py          | 4 ++--
 bob/ip/binseg/configs/datasets/covd_hrf_ssl.py      | 4 ++--
 4 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/bob/ip/binseg/configs/datasets/covd_chasedb1.py b/bob/ip/binseg/configs/datasets/covd_chasedb1.py
index e88accd0..f24dd304 100644
--- a/bob/ip/binseg/configs/datasets/covd_chasedb1.py
+++ b/bob/ip/binseg/configs/datasets/covd_chasedb1.py
@@ -5,7 +5,7 @@
 
 * Configuration resolution (height x width): 960 x 960
 
-The dataset available in this file is composed of STARE, CHASE-DB1, IOSTAR
+The dataset available in this file is composed of DRIVE, STARE, IOSTAR
 vessel and HRF (with annotated samples).
 """
 
diff --git a/bob/ip/binseg/configs/datasets/covd_chasedb1_ssl.py b/bob/ip/binseg/configs/datasets/covd_chasedb1_ssl.py
index 4d73e6a8..370562e3 100644
--- a/bob/ip/binseg/configs/datasets/covd_chasedb1_ssl.py
+++ b/bob/ip/binseg/configs/datasets/covd_chasedb1_ssl.py
@@ -5,7 +5,7 @@
 
 * Configuration resolution (height x width): 960 x 960
 
-The dataset available in this file is composed of STARE, CHASE-DB1, IOSTAR
+The dataset available in this file is composed of DRIVE, STARE, IOSTAR
 vessel and HRF (with annotated samples) and CHASE-DB1 without labels.
 """
 
diff --git a/bob/ip/binseg/configs/datasets/covd_hrf.py b/bob/ip/binseg/configs/datasets/covd_hrf.py
index 8105d333..369cf9d3 100644
--- a/bob/ip/binseg/configs/datasets/covd_hrf.py
+++ b/bob/ip/binseg/configs/datasets/covd_hrf.py
@@ -5,8 +5,8 @@
 
 * Configuration resolution: 1168 x 1648
 
-The dataset available in this file is composed of STARE, CHASE-DB1, IOSTAR
-vessel and CHASE-DB1 (with annotated samples).
+The dataset available in this file is composed of DRIVE STARE, CHASE-DB1, and
+IOSTAR vessel (with annotated samples).
 """
 
 from bob.ip.binseg.data.transforms import *
diff --git a/bob/ip/binseg/configs/datasets/covd_hrf_ssl.py b/bob/ip/binseg/configs/datasets/covd_hrf_ssl.py
index 71658d04..ec769cfb 100644
--- a/bob/ip/binseg/configs/datasets/covd_hrf_ssl.py
+++ b/bob/ip/binseg/configs/datasets/covd_hrf_ssl.py
@@ -5,8 +5,8 @@
 
 * Configuration resolution: 1168 x 1648
 
-The dataset available in this file is composed of STARE, CHASE-DB1, IOSTAR
-vessel and CHASE-DB1 (with annotated samples) and HRF without labels.
+The dataset available in this file is composed of DRIVE STARE, CHASE-DB1, and
+IOSTAR vessel (with annotated samples), and HRF without labels.
 """
 
 from bob.ip.binseg.configs.datasets.covd_hrf import dataset as _labelled
-- 
GitLab