chinmayembedded / Human-Activity-Recognition

Real time human activity recognition using tensorflow openpose and LSTM
Apache License 2.0
15 stars 6 forks source link

more complex human activities #3

Closed kli017 closed 4 years ago

kli017 commented 5 years ago

Hello @chinmayembedded, nice work! actually I have tried the same work just as yours. This LSTM model works well on 2D human keypoints extracted on those 6 types simple human activities. I have tried on some more complex activities such as running, walking, carrying etc and found the result does not well as those 6.. I was wondering have your tried any other model on other activities?

chinmayembedded commented 5 years ago

@kli017 I haven't tried other activities as the data set was too large. I need to add activities in the current implementation to check accuracy.