• Stars
    star
    388
  • Rank 110,031 (Top 3 %)
  • Language
    Python
  • Created over 6 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Real-time pose estimation and action recognition

Real-Time-Action-Recognition

Real-time pose estimation and action recognition

Openpose weight file is collected from tf-pose-estimation, thank for ildoonet's awesome work.

Old version

Old version detects person using SSD then classify images.

The old version is in old branch

requirements

Using Anaconda is recommended.

opencv

pip install opencv-python

tensorflow1.3

pip install tensorflow-gpu==1.3.0

filterpy

pip install filterpy

usage

python run.py

results

pose estimation

tf-pose-estimation

pose1

pose2

multi-person tracking

Using sort to track person.

track1

track2

action recognition

action1

action2

reference

tf-pose-estimation

sort

More Repositories

1

awesome-SynthText

A curated list of awesome synthetic data for text location and recognition
299
star
2

Person-Segmentation-Keras

Person segmentation with Keras (SegNet, Unet, etc.)
Python
157
star
3

C3D-keras

train C3D with keras for action recognition
Python
122
star
4

Tensorflow-quantization-test

Tensorflow quantization (float32-->int8) inference test
Python
73
star
5

keras-FP16-test

Evaluating deep learning models with float16 dtype in Keras, float16 inference
Python
49
star
6

3D-ConvNets-for-Action-Recognition

3D ConvNets for Action Recognition with Keras (3d ResNet, 3d DenseNet, 3d Inception, C3D, 3d dense resnet)
Python
41
star
7

Multi-3DCNN-for-action-recognition

Multi 3DCNN for action recognition using global and local information
Python
37
star
8

Shanghai-House-Hunting

利用Python爬虫+高德api选择租房
HTML
31
star
9

PointNet-Keras

Implementating PointNet with Keras
Python
29
star
10

Dataset-maker-for-action-recognition

generate action data using openpose or SSD
Python
29
star
11

Unet-for-Person-Segmentation

Person segmentation using Unet
Python
24
star
12

Model-Compression-Keras

cnn compression for keras
Python
21
star
13

text2image

生成用于训练CRNN的图片数据
Python
19
star
14

3D-Dense-Residual-Network-for-Action-Recognition

3D Dense Residual Network for Action Recognition
Python
16
star
15

Network-Slimming-Keras

Implementation of "Learning Efficient Convolutional Networks through Network Slimming" (ICCV2017)
Python
12
star
16

OCR_REST_api

深度学习OCR REST api (Flask+Redis+Keras)
Python
11
star
17

PSMNet-TensorFlow

A TensorFlow port of Pyramid Stereo Matching Network (CVPR2018)
Python
10
star
18

Python3-Spiders

一些python爬虫程序
Python
6
star
19

Residual-Networks-with-Dense-Block

ResNets with Dense Block
Python
4
star
20

caffe_kld_loss

caffe KL Divergence Loss layer for matching prob distribution
C++
3
star
21

Incremental-object-recognition

利用inception v4 提取特征,构建了一个简易增量式图片识别程序
Python
3
star
22

Multi-Person-Tracking-Using-SSD-Detector

Multi-Person-Tracking-Using-SSD-Detector
Python
2
star
23

Awesome-Model-Compression

A curated list of awesome model compression method for CNNs
1
star
24

AocNet

Build CNN only use 1*1 conv
Python
1
star