From aa5519fe8da56526e96cdb4ad88118fce7c03d8c Mon Sep 17 00:00:00 2001 From: Andre Anjos <andre.anjos@idiap.ch> Date: Wed, 20 May 2020 14:54:04 +0200 Subject: [PATCH] [configs.datasets.hrf.xtest] Fix dictionary key --- bob/ip/binseg/configs/datasets/hrf/xtest.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bob/ip/binseg/configs/datasets/hrf/xtest.py b/bob/ip/binseg/configs/datasets/hrf/xtest.py index 56af0b8e..c6b36848 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"], -- GitLab