tf-blazepose icon indicating copy to clipboard operation
tf-blazepose copied to clipboard

getting KeyError: 'is_pushing_up' while training with custom dataset

Open siva-wellnesys opened this issue 4 years ago • 0 comments

hi i am converting LIP CSV file. but here i am getting this error. i preapred same format as you shown dataset.md

File "/home/siva/Documents/wellnesys/tf-blazepose/src/data_loaders/pose_recognition.py", line 90, in load_data is_pushing_up = int(data["is_pushing_up"]) KeyError: 'is_pushing_up'

siva-wellnesys avatar Dec 23 '20 12:12 siva-wellnesys