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

clarification usage of the VGG tf-model #81

Open senemaktas opened 3 years ago

senemaktas commented 3 years ago

Hello , thanks for the repo. Trying to figure out the project. Just confused about VGG usage.

In this project openpose is used to obtain keypoints. A network is created in the training part. And weights are obtained and saved .

but somehow I did not understand the use of the VGG model. Can someone who knows explain it?

thanks.