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

[configs.datasets] Fix stare/chasedb1 covd configurations to avoid warning

parent 94054765
No related branches found
No related tags found
No related merge requests found
Pipeline #39966 passed
......@@ -37,6 +37,7 @@ dataset["__train__"] = ConcatDataset(
_augment(_mtest["iostar (test)"], rotation_before=False),
]
)
del second_annotator["train"] #mismatch with used train set
dataset["train"] = ConcatDataset(
[
_mtest["drive (train)"],
......
......@@ -37,6 +37,7 @@ dataset["__train__"] = ConcatDataset(
_augment(_mtest["iostar (test)"], rotation_before=False),
]
)
del second_annotator["train"] #mismatch with used train set
dataset["train"] = ConcatDataset(
[
_mtest["drive (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