Skip to content

Activity Recognition using Inflated-3d-convolutional networks.

License

Notifications You must be signed in to change notification settings

manjotms10/activity-recognition-i3d

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

I3D models trained on Kinetics Pytorch

this repo implements the network of I3D with Pytorch, pre-trained model weights are converted from tensorflow.

Sample code

you can evaluate sample

python evaluate_sample.py

The sample video can be found in /data. Use optical_flow.py to preprocess data to fed for inference

python optical_flow.py path_to_video

This will create two .npy files namely flow.npy and frames.npy, which can be used by the model to classify the video.

The original labels from the Kinetics dataset are in /data.

Reference:

kinetics-i3d
tensorflow-model-zoo.torch

About

Activity Recognition using Inflated-3d-convolutional networks.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages