Git Product home page Git Product logo

poseac's Introduction

poseac

Your go-to tool for extracting Estimated Pose Keypoints from Videos in-the-wild!

Stunt.Fighting.mp4

Source

Stunt.Fighting.1.mp4

About

It's a command-line tool which you can use to run the project. The intention behind creating this project is to enable Developers, Researchers, and Animators to extract Key Point information from raw in-the-wild videos. Further, the dataset extracted can be used for future applications.

Supported Models

As of now we are just utilizing 1 model for pose-estimation model.

Applicability

The tool can be used for the following use cases:

  • Getting information about movements from detected persons
  • Creation of datasets for Human Motion Synthesis/Pose Estimation 3D
  • Animators requiring Pose Reference videos
  • Any other use case you can suggest

Usage

The tool usage is simple. Just trigger the following commands from the command line tool.

Installation

Get the environment setup

# Install the virtual environment dependency
pip install virtualenv

# Replace "myenv" with the name you want to give to your virtual environment
virtualenv myenv

# Activate the environment
source myenv/bin/activate

#Install the necessary dependencies
pip install -r requirements.txt

For generating annotated videos:

python localrunner.py --YT_LIST_FILE yt_list.csv --UPLOAD_FOLDER local_uploads

For generating annotated videos with output keypoint dataset files:

python localrunner.py --YT_LIST_FILE yt_list.csv --UPLOAD_FOLDER local_uploads --is_keypoint_file

If you want to visualize the keypoint generated in video format, use the below command:

python localrunner.py --YT_LIST_FILE yt_list.csv --UPLOAD_FOLDER local_uploads --is_keypoint_file --is_keypoint_video

Also if you want the connected bones between the joints to be visualized as well, use this:

python localrunner.py --YT_LIST_FILE yt_list.csv --UPLOAD_FOLDER local_uploads --is_keypoint_file --is_keypoint_video --keypoint_bones

Limitations

As of now, the tool is still under development phase and has the following limitations:

  • No documentation for usage
  • No support for diverse models
  • No pre-processing models/algorithms (Like background removal, upscaling/downscaling, etc...)
  • No support for multi-processing (Still under development as of yet)
  • Limited to only 2D point estimation (Current model provides a Visible output for z-axis)

Future Scope

For future developments, we are still working on bringing up the limitations mentioned above to make the tool diverse.

Contributions

Feel free to raise PR if you can improve the project further. We do require help for the following:

  • Support for Multi-Processing
  • Model Zoo
  • Code Refactoring
  • Unit Tests/Integration Tests
  • Web-UI for interactive sessions

poseac's People

Contributors

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