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

software requirements #86

Open DukeZacharia opened 1 year ago

DukeZacharia commented 1 year ago

Hello, I am writing here to ask if there is anyone who succeeded in running this project using TensorFlow 2.x, and if so what are the software requirements needed? Thank you in advance. { I also tried tensorflow==1.14 but i got errors}

If anyone can help I will really appreciate it. Thank you once more.

DukeZacharia commented 1 year ago

I managed to run the project and the following are the requirements. check out if it can help you. The only thing I haven't fixed is on creating my own dataset although I have the .txt which has no header or classes.

Anyone who has an idea please help.

requirements.txt @LZQthePlane you can update this on the project it will help others.

python==3.6.7

LPGGUI commented 1 year ago

Python==3.6.5 Opencv==3.4.2 Sklearn==0.19.2 Tensorflow==2.1.0 Keras==2.3.1 Scipy==1.5.3