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
Hello,
I am trying to use the OpportunityDataset class (in data1.py) to parse the files in the dataset using the configuration below but it is not working. It cannot reshape the X tensor correctly at line 214 return np.reshape(res, (int(len(res) / win), win, self.config.f_num))
I was wondering how do you reduce the number of channels to 113 and which sensors are selected.
Thanks!
Hi, thanks for your question. We did not select all sensors in Opportunity dataset and selected the sensors which are important for activity recognition. I think the paper has described the sensors we adopted. Of course, you can define your own sensor channels depending on your situation and then modify the network. If you still have any problem, I am willing to revisit the work and give some detailed description. (Recently, I am a little busy. But I will try my best! Thanks.)
Hello,
I am trying to use the
OpportunityDataset
class (in data1.py) to parse the files in the dataset using the configuration below but it is not working. It cannot reshape the X tensor correctly at line 214return np.reshape(res, (int(len(res) / win), win, self.config.f_num))
I was wondering how do you reduce the number of channels to 113 and which sensors are selected.
Thanks!
Config:
The text was updated successfully, but these errors were encountered: