You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 19, 2022. It is now read-only.
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'
The text was updated successfully, but these errors were encountered:
siva-wellnesys
changed the title
getting KeyError: 'is_pushing_up' while traing eith custom dataset
getting KeyError: 'is_pushing_up' while training with custom dataset
Dec 23, 2020
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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'
The text was updated successfully, but these errors were encountered: