Coder Social home page Coder Social logo

dlpbc / keras-kinetics-i3d Goto Github PK

View Code? Open in Web Editor NEW
136.0 136.0 45.0 2.77 MB

keras implementation of inflated 3d from Quo Vardis paper + weights

License: MIT License

Python 100.00%
action-recognition computer-vision deep-learning pretrained-kinetics-model

keras-kinetics-i3d's People

Contributors

dlpbc avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

keras-kinetics-i3d's Issues

How sensitive is the model to the flow method?

In your opinion, how sensitive is the model to the flow method?

I've tried it with some other flow methods on cuda (for speed) and it gives me absurd results. I also can't seem to re-train it on other flow methods. So I"m wondering if the model is very sensitive to the optical flow method and how would you deal with it if you needed something faster?

Converting the tf model to keras

Hello,

Great work, thanks!
I was just curious about how you converted the tf models and weights to Keras. Is there a simple way to do that?

Best,
Florian

data is missing

/v_CricketShot_g04_c01_rgb.npy /v_CricketShot_g04_c01_flow.npy is missing

Training

Hi dlpbc, your i3d keras model is awesome!

I am working on sign language recognition for deaf-mute-people, and need to finetune the provided model/weights on another video-dataset.

In case you have also trained/finetuned with I3D - Could you share a training/finetuning script? I am in particular interested in data_generator needed for fitting with data augmentation.

Thank you! br Frederik

Failure in building model when using custom classes.

I was trying to train on the UCF101 dataset as toy example. Fail to build model.
Following minimalist code snippet fails.

from keras_kinetics_i3d.i3d_inception import Inception_Inflated3d
i3d_model = Inception_Inflated3d(weights='rgb_imagenet_and_kinetics', endpoint_logit=False, classes=102, include_top=False)

Error given

  File "/home/hollowgalaxy/Github/experiments/video_extraction_experiments.py", line 76, in <module>
    i3d_test()
  File "/home/hollowgalaxy/Github/experiments/video_extraction_experiments.py", line 74, in i3d_test
    i3d_model = Inception_Inflated3d(weights='rgb_imagenet_and_kinetics', classes=102, include_top=False)
  File "/home/hollowgalaxy/Github/keras_kinetics_i3d/i3d_inception.py", line 515, in Inception_Inflated3d
    h = int(x.shape[2])
TypeError: __int__ returned non-int (type NoneType)

how to test model on my sample video

Hi dears,
sorry for send email directly,

I'm interested in I3D method for action recognition and i cloned the github project "https://github.com/deepmind/kinetics-i3d"
i want to test the model with my sample recorded video but don't know how to convert my *.mp4 video file (25fps rgb) to *rgb.npz and *flow.npz

could it possible to help or share me a reprocessing script file

best regards.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.