josecyc / Neurotron

Hand pose estimation from sEMG using automated depth labelling and predicting with deep LSTMs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

May I ask if your dataset myo collects numbers ranging from 0 to around 1800++

pedrotimepro opened this issue · comments

this picture from you datasets jackson_megadata.csv , why are your semg signal range from 0 to 1634 and other one is 15 to 1869
image

I see you struct.unpack '8hb' from data , the data should range from 0 to 65535.
and I cannot obtain the same level of data from my Myo using your code。 my myo emg signal range from 0 to 65535 .