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

https://github.com/osmr/hpeseginf

Inference script for simultaneous human pose estimation and segmentation models
https://github.com/osmr/hpeseginf

Last synced: 20 days ago
JSON representation

Inference script for simultaneous human pose estimation and segmentation models

Awesome Lists containing this project

README

          

# Simultaneous human pose estimation and segmentation
Inference Python script for simultaneous human pose estimation and segmentation MXNet models.

# Installation

```
pip3 install -r requirements.txt
```

Download model files form the repo releases.

# Usage

```
python3 demo_mx_hpeseg.py --in-video= --out-video= --model=
python3 demo_tlite_hpeseg.py --in-video= --out-video= --model=
python3 demo_onnx_hpeseg.py --in-video= --out-video= --model=
```

Example:

```
python3 demo_mx_hpeseg.py --in-video=../hpeseginf_data/vid2.mp4 --out-video=../hpeseginf_data/hpeseg_result.mp4 --model=../hpeseginf_data/ducnet_mobilenet_w1_coco
```