Code Monkey home page Code Monkey logo

pose-estimation-clean's Introduction

Pose-Estimation-Clean

Pose Estimation with cleaner outputs using Savgol filter

Here's the Medium article for reference, and understanding the code: https://medium.com/@adityaojassharma/cleaner-pose-estimation-using-open-pose-6d239cc33fe6

The first step would be to download the MPI .caffemodel wights from http://posefs1.perception.cs.cmu.edu/OpenPose/models/pose/mpi/pose_iter_160000.caffemodel. Move the file to the models directory.

You're good to go, run the open_pose.py file to get a raw output video and a .csv file consisting of the coordinates from each frame. You'd notice the output visualisation is not clean. That's normal because OpenPose sometimes messes up and confuses between different joints, and that make the output kinda disjoint.

Don't worry, the other file, clean_ouput.py comes in here. It'll take the output csv file from open_pose.py, apply the Savgol filter to smoothen the subsequent coordinates, and output an extremely, aesthetically composed video.

To understand the whole code, please refer to my Medium article linked above!

Here's the youtube video for a simple application I made using Pose Estimation to keep track of my Jump Rope Progress

https://youtu.be/gEhNntwJSdY

pose-estimation-clean's People

Contributors

adityaojas avatar

Watchers

James Cloos 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.