I have tried this model (" https://github.com/LZQthePlane/Online-Realtime-Action-Recognition-based-on-OpenPose ")for my own data set (i have given sit action video and converted to csv file ). Csv file contains 1000 records. Now in action_enum.py I have only sit action . In train.py file i have changed the
encoder_Y = [0]*744 + [1]*722 + [2]*815 + [3]*1008
to
encoder_Y = [0]*1000
( only for sit action ).
After changing in train.py file, I got this error.