Closed CarlHuangNuc closed 7 months ago
Where we can get the annotations files ?
def label2vectormerge(folder_path, split, num_views): path_annotations = os.path.join(folder_path, split) path_annotations = os.path.join(path_annotations, "annotations.json")
Our datasets contain annotations for the "train", "valid" and "test" sets. We do not provide annotations for the "challenge" set to prevent overfitting on that set.
each zip has a file "annotations.json"
why download dataset do not include annotation ?? only include action video ??