GithubHelp home page GithubHelp logo

2s-agcn-skeleton-based-action-recognition's Introduction

2s-AGCN-Skeleton-Based-Action-Recognition

版本

pytorch 1.8.1
注:需要安装tensorboardX库: pip install tensorboardX

数据准备

  • npy数据转json文件
    python numpy2json.py
  • 数据处理 (注意要使用cd改变当前路径)
    cd data_gen
    python kinetics_gendata.py
    cd ..
  • 生成bone的数据 (注意要使用cd改变当前路径)
    cd data_gen
    python gen_bone_data.py
    cd ..

训练和测试:

  • 训练
    python main.py --config ./config/kinetics-skeleton/test_joint.yaml
    python main.py --config ./config/kinetics-skeleton/test_bone.yaml

  • 测试
    python main.py --config ./config/kinetics-skeleton/train_joint.yaml
    python main.py --config ./config/kinetics-skeleton/train_bone.yaml

  • 整合
    python ensemble.py

  • 整个测试流程:
    先分别test:
    python main.py --config ./config/kinetics-skeleton/test_joint.yaml
    python main.py --config ./config/kinetics-skeleton/test_bone.yaml
    再整合:
    python ensemble.py

参考文献:

[1] Shi L , Zhang Y , Cheng J , et al. Two-Stream Adaptive Graph Convolutional Networks for Skeleton-Based Action Recognition[J]. 2018.
[2] Zhang P , Lan C , Zeng W , et al. Semantics-Guided Neural Networks for Efficient Skeleton-Based Human Action Recognition[C]// 2020 IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR). IEEE, 2020.

2s-agcn-skeleton-based-action-recognition's People

Contributors

sysu19351146 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.