Skip to content
Snippets Groups Projects
Commit aa5519fe authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

[configs.datasets.hrf.xtest] Fix dictionary key

parent 8116f54a
No related branches found
No related tags found
No related merge requests found
...@@ -16,8 +16,7 @@ dataset = { ...@@ -16,8 +16,7 @@ dataset = {
"train": _hrf["train"], "train": _hrf["train"],
"test": _hrf["test"], "test": _hrf["test"],
"train (full resolution)": _hrf["train (full resolution)"], "train (full resolution)": _hrf["train (full resolution)"],
"test (full resolution)": _fr["test (full resolution)"], "test (full resolution)": _hrf["test (full resolution)"],
"test": _hrf["test"],
"drive (train)": _drive["train"], "drive (train)": _drive["train"],
"drive (test)": _drive["test"], "drive (test)": _drive["test"],
"stare (train)": _stare["train"], "stare (train)": _stare["train"],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment