google-deepmind / kinetics-i3d

Convolutional neural network model for video classification trained on the Kinetics dataset.
Apache License 2.0
1.74k stars 461 forks source link

How to generate .npy files for different videos? #26

Open AdarshMJ opened 6 years ago

AdarshMJ commented 6 years ago

Is there a way to generate the .npy files for different videos other than the standard datasets existing?

daixiangzi commented 6 years ago

i ask for the same problem

joaoluiscarreira commented 6 years ago

Hi,

perhaps this helps:

There's a public colab with sample code that shows how to run the RGB models on ucf-101 videos: https://colab.research.google.com/github/tensorflow/hub/blob/master/examples/colab/action_recognition_with_tf_hub.ipynb

This is part of the tf-hub release of these models, links here: https://www.tensorflow.org/hub/modules/deepmind/i3d-kinetics-600/1 https://www.tensorflow.org/hub/modules/deepmind/i3d-kinetics-400/1

Joao

On Mon, Aug 6, 2018 at 12:28 PM, daixiangzi notifications@github.com wrote:

i ask for the same problem

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/deepmind/kinetics-i3d/issues/26#issuecomment-410677559, or mute the thread https://github.com/notifications/unsubscribe-auth/AO6qajIiQ-PaYqz-UBILXmuIQYII8_pLks5uOCh4gaJpZM4U-XiV .

TaoXieSZ commented 5 years ago

Hi, perhaps this helps: There's a public colab with sample code that shows how to run the RGB models on ucf-101 videos: https://colab.research.google.com/github/tensorflow/hub/blob/master/examples/colab/action_recognition_with_tf_hub.ipynb This is part of the tf-hub release of these models, links here: https://www.tensorflow.org/hub/modules/deepmind/i3d-kinetics-600/1 https://www.tensorflow.org/hub/modules/deepmind/i3d-kinetics-400/1 Joao On Mon, Aug 6, 2018 at 12:28 PM, daixiangzi @.***> wrote: i ask for the same problem — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub <#26 (comment)>, or mute the thread https://github.com/notifications/unsubscribe-auth/AO6qajIiQ-PaYqz-UBILXmuIQYII8_pLks5uOCh4gaJpZM4U-XiV .

Hi,

I just want to ask the same question. It helps a lot for me!

Thank you!

Chris