An open API service indexing awesome lists of open source software.

https://github.com/VNOpenAI/pushup-counter-app

Count pushups from video/webcam. Tech stack: Keypoint detection, BlazePose, action recognition.
https://github.com/VNOpenAI/pushup-counter-app

action-recognition keypoint-detection

Last synced: about 1 year ago
JSON representation

Count pushups from video/webcam. Tech stack: Keypoint detection, BlazePose, action recognition.

Awesome Lists containing this project

README

          

# Pushup Counter App

## Install

This package requires Python >= 3.7. Install all dependencies using requirements file:

```
pip install -r requirements.txt
```

## Demo

- Download pretrained models [here](https://1drv.ms/u/s!Av71xxzl6mYZgdce9bZZRCr8dZpH_A?e=g3jsf7) and put all models in `/pretrained_models`.

- Edit configuration in `config.py` to update model paths and thresholds.

- Run demo app:

```
python pushup_app.py
```