SoccerNet / sn-mvfoul

GNU General Public License v3.0
32 stars 6 forks source link

why download dataset do not include annotation ?? #2

Closed CarlHuangNuc closed 7 months ago

CarlHuangNuc commented 7 months ago

why download dataset do not include annotation ?? only include action video ??

CarlHuangNuc commented 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")

SilvioGiancola commented 7 months ago

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.

SilvioGiancola commented 7 months ago

each zip has a file "annotations.json"