Skip to content

Latest commit

 

History

History
54 lines (29 loc) · 1.1 KB

README.md

File metadata and controls

54 lines (29 loc) · 1.1 KB

RepNet

This repo is not offical implementation, re-arranging source code from repnet colab. And develop to human excise repetition counter applacation.

test

NETWORK

image-20211202150949026

Checkpoint

https://storage.googleapis.com/repnet_ckpt/checkpoint
https://storage.googleapis.com/repnet_ckpt/ckpt-88.data-00000-of-00002
https://storage.googleapis.com/repnet_ckpt/ckpt-88.data-00001-of-00002
https://storage.googleapis.com/repnet_ckpt/ckpt-88.index

Installation

install ffmpg (conda install ffmpeg or other method)

pip install -r requirement.txt

Usage

cd main && python demo.py -c weights/ -v ../data/test.mp4

WORKFLOW

  • repnet inference demo
  • Training repnet
  • human pose feature affinity matrix input
  • online counter

Contrbute