Skip to content

RahulDubey391/poseac

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages