LZQthePlane / Online-Realtime-Action-Recognition-based-on-OpenPose

A skeleton-based real-time online action recognition project, classifying and recognizing base on framewise joints, which can be used for safety surveilence.
Apache License 2.0
671 stars 232 forks source link

The original version has tensorflow problem using Python3, So I used … #2

Closed yurochang closed 5 years ago

yurochang commented 5 years ago

…Python2 to run.

Changes: 1.Add '# -- coding: UTF-8 --' for the python code problems 2.Process some import problems 3.Fix parameters problem in VideoWriter

LZQthePlane commented 5 years ago

I successfully trained and tested this repo with python3.5 and 3.6,so maybe you can update you tensorflow version if you have problem using python3.