cvdfoundation / kinetics-dataset

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Download part of kinetics dataset

Hepta-Col opened this issue · comments

Download part of kinetics dataset

Hello! Due to the particularity of my project, I just want to download part of the kinetic400 dataset, i.e. some actions. Could you please tell me how can I modify the script to realize that?

You’d have to write something to parse the annotations, download only those video files, and mark the frame ranges of each video in a json or something. Would prob be easier to download the whole thing and write a frame/segment extractor to extract the frames/segments needed.