Giter Club home page Giter Club logo

humanmotionanalysis's Introduction

AI-driven Human Motion Classification and Analysis using Laban Movement System

Table of Contents

  1. Introduction
  2. Problem Statement
  3. Objective
  4. Presentation video
  5. Acknowledgements
  6. Cite this paper

Introduction

Human movement study:

  • Health sciences (biomechanics, kinesiology, neurology, sports medicine)
  • Arts (theater and dance, cultural studies)
  • Intersection (arts in medicine, dance therapy)

Multi-modal datasets:

  • Video
  • Skeletal motion capture
  • Manual annotations
  • Clinical metadata

Problem Statement

Traditional Laban movement analysis (LMA):

  • 4-dimensional features (shape, effort, space, body)
  • Manual input from professionals
  • Time-consuming
  • Human errors

Objective

Creating automated Laban movement annotation:

  • Training four different machine learning algorithms through supervised learning on existing human motion datasets of video and skeletal sequences
  • Test feature extraction methods (within and across frames) to improve the annotation accuracy
  • Input raw videos and export Laban annotated videos

Check code file AI-HumanMotionAnalysis-Test.ipynb

Acknowledgements

This project was supported by the 2020 UF AI Catalyst grant from the UF Office of Research. The authors acknowledge the University of Florida HiPerGator Research Computing for providing computational resources and support that have contributed to the research results reported in this publication.

Presentation Video

AI Research Catalyst Fund Awardees Virtual Seminar Series
Presentation Video

Cite this paper

Full PDF file

Guo, Wenbin, Osubi Craig, Timothy Difato, James Oliverio, Markus Santoso, Jill Sonke, and Angelos Barmpoutis. (2022). AI-Driven Human Motion Classification and Analysis Using Laban Movement System. In: Duffy, V.G. (eds) Digital Human Modeling and Applications in Health, Safety, Ergonomics and Risk Management. Anthropometry, Human Behavior, and Communication. HCII 2022. Lecture Notes in Computer Science, vol 13319. Springer, Cham. https://doi.org/10.1007/978-3-031-05890-5_16

humanmotionanalysis's People

Contributors

guowenbin90 avatar

Stargazers

 avatar

Watchers

 avatar

humanmotionanalysis's Issues

Load keypoint yaml model

detectron2 utilities

from detectron2 import model_zoo
from detectron2.engine import DefaultPredictor
from detectron2.config import get_cfg
from detectron2.utils.visualizer import Visualizer
from detectron2.data import MetadataCatalog, DatasetCatalog
from detectron2.structures import BoxMode

#Load pretrained models using model_zoo API, make predictions and visualize the output.
#First import the model zoo API and get a pretrained keypoint
#Faster R-CNN model with FBNetV3 backbone

cfg = get_cfg() # fresh config
cfg.merge_from_file(model_zoo.get_config_file("COCO-Keypoints/keypoint_rcnn_R_50_FPN_3x.yaml"))
cfg.MODEL.ROI_HEADS.SCORE_THRESH_TEST = 0.7 # set threshold for this model
cfg.MODEL.WEIGHTS = model_zoo.get_checkpoint_url("COCO-Keypoints/keypoint_rcnn_R_50_FPN_3x.yaml")
predictor = DefaultPredictor(cfg)

https://detectron2.readthedocs.io/en/v0.4.1/_modules/detectron2/model_zoo/model_zoo.html

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.