Giter VIP home page Giter VIP logo

action-recognition-using-3d-resnet's Introduction

action-recognition-using-3d-resnet

Use 3D ResNet to extract features of UCF101 and HMDB51 and then classify them.

how to use

  1. Clone this repo:
   git clone https://github.com/vra/action-recognition-using-3d-resnet.git
  1. Download 3D ResNet

  2. Download its pretrained models, put these models to this repo's data/models/

  3. run the script under scripts under to extract 3D resnet features of UCF101 and HMDB51:

   bash scripts/extract_resnet_3d_features.sh /path/to/video-classification/3d-cnn-pytorch ucf101 /path/to/ucf101/videos 
   bash scripts/extract_resnet_3d_features.sh /path/to/video-classification/3d-cnn-pytorch hmdb51 /path/to/hmdb51/videos 

Also, you can download my extracted features of ucf101 and hmdb51 at here and here. Remember to put the first one to data/jsons/ucf101 before you download the second one, otherwise the first one will be convered.

  1. Run main.py to classify extracted 3D resnet features:
   python main.py -dataset hmdb51

Results:

strategy dataset accuracy
mean ucf101 0.8487
max ucf101 0.8667
mean hmdb51 0.5425
max hmdb51 0.5399

action-recognition-using-3d-resnet's People

Contributors

vra avatar

Watchers

 avatar

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.