Unverified Commit 57b3b42c authored by Philip Meier's avatar Philip Meier Committed by GitHub
Browse files

change default year from 2014 to 2017 for COCO prototype (#4808)

parent a00c905d
...@@ -42,7 +42,7 @@ class Coco(Dataset): ...@@ -42,7 +42,7 @@ class Coco(Dataset):
homepage="https://cocodataset.org/", homepage="https://cocodataset.org/",
valid_options=dict( valid_options=dict(
split=("train", "val"), split=("train", "val"),
year=("2014", "2017"), year=("2017", "2014"),
), ),
) )
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment