smellslikeml / ActionAI

Real-Time Spatio-Temporally Localized Activity Detection by Tracking Body Keypoints
https://www.hackster.io/actionai/actionai-custom-tracking-multiperson-activity-recognition-fa5cb5
GNU General Public License v3.0
765 stars 191 forks source link

Please don't waste time on this repo. #57

Closed chingweihsu0809 closed 2 years ago

chingweihsu0809 commented 2 years ago

Please correct me if I am wrong, but it seems to me that the code is very incomplete, and there are many mistakes in the README file. I have no idea why this repo is getting so many stars.

For example, train.py uses a classifier.sav for classifying actions, which is not provided. The model definition is not provided as well so it's impossible to train from scratch either. Also, train_sequential.py doesn't include a pose estimator, so it doesn't work with the data.csv generated by preprocessing.py.

One will need to modify a lot if he or she follows the instructions in README.

smellslikeml commented 2 years ago

If you see improvements you'd like to make, we more than welcome contributions. We have instructions on how to respectfully do so here.

From what you are describing as issues, it sounds like there are some clarifications we can make to the README to use this repo properly.