tensorflow / datasets

TFDS is a collection of datasets ready to use with TensorFlow, Jax, ...
https://www.tensorflow.org/datasets
Apache License 2.0
4.27k stars 1.53k forks source link

[data request] KTH human action video data set #22

Open rsepassi opened 5 years ago

rsepassi commented 5 years ago

Folks who would also like to see this dataset in tensorflow/datasets, please +1/thumbs-up so the developers can know which requests to prioritize.

yunpengli commented 5 years ago

+1.

AS2910 commented 5 years ago

Hey I would like to work on this , can you assign it to me @rsepassi

cyfra commented 5 years ago

@AS2910 - please accept collaborator invite.

AS2910 commented 5 years ago

Hey @cyfra I have accepted the collaborator invite

AS2910 commented 5 years ago

Hey there are 6 different download links on the website , each corresponding to one of the actions, I am in confusion that whether I should append all of them together into one dataset, (corresponding to only 1 csv file), or should I make 6 different ones (corresponding to 6 csv files ).

cyfra commented 5 years ago

I'd suggest starting by putting them all in in a single dataset.

dhirensr commented 4 years ago

@rsepassi @cyfra : I would like to take this task if no one is working on it. also regarding the implementation details how would we combine 6 links in dl_manager? does it takes a list of links? or should i have to call dl_manager with 6 different links to download and extract?