rashidch / real_time_video_action_recognition

pytorch real time video action recognition based on C3D

Home Page:https://arxiv.org/abs/1412.0767

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

real time action recognition

example

the video cann't show here, the below are some capture images.

prepare

  • tensorflow 1.2+
  • opencv3.x
  • pillow
  • scipy
  • python3+

run

python real_time_c3d.py

Two test video provided in directory test_video/. Video can be merged here free.

This code can be run directly use cpu, but it will cause delay.With gpu, it will run real-time recognition very well.

trained model

Dropbox:c3d_pretrained_model

Baiduyun: 链接:https://pan.baidu.com/s/1IRVhEQSvz7OlZUi5iPcEgQ 密码:z1k2

download this model and load it directly.

Others

This demo's pretrained model is based on C3D-tensorflow

About

pytorch real time video action recognition based on C3D

https://arxiv.org/abs/1412.0767


Languages

Language:Python 100.0%