diff --git a/bob/ip/binseg/configs/datasets/hrf/xtest.py b/bob/ip/binseg/configs/datasets/hrf/xtest.py index 56af0b8edcd936a99fc8d9921dc6c77daa918251..c6b368480a647207e56930ef7cdf10f0dc615b23 100644 --- a/bob/ip/binseg/configs/datasets/hrf/xtest.py +++ b/bob/ip/binseg/configs/datasets/hrf/xtest.py @@ -16,8 +16,7 @@ dataset = { "train": _hrf["train"], "test": _hrf["test"], "train (full resolution)": _hrf["train (full resolution)"], - "test (full resolution)": _fr["test (full resolution)"], - "test": _hrf["test"], + "test (full resolution)": _hrf["test (full resolution)"], "drive (train)": _drive["train"], "drive (test)": _drive["test"], "stare (train)": _stare["train"],