mmalekzadeh / motion-sense

MotionSense Dataset for Human Activity and Attribute Recognition ( time-series data generated by smartphone's sensors: accelerometer and gyroscope) (PMC Journal) (IoTDI'19)
https://www.sciencedirect.com/science/article/pii/S1574119220300201
MIT License
319 stars 105 forks source link

Code of Anonymization model (MSDA) #8

Open PaulaDelgado-Santos opened 3 years ago

PaulaDelgado-Santos commented 3 years ago

It is possible to find the code of "msda_anon_model.json" for python? I am just trying to replicate "msdatable2(I)id(trial).ipynb" but training the anonymization model from scratch. I just try to take it from "pmc_combined/readme.txt" but without achieving similar results. Thank you! :)

mmalekzadeh commented 3 years ago

Hey @Pauladds For training from scratch, you need to look at this one: https://github.com/mmalekzadeh/motion-sense/blob/master/msda/msda_figure_6.ipynb

Also, the following tutorial might also be useful for you as it is the most recent uploaded here: https://github.com/mmalekzadeh/motion-sense/tree/master/tutorial

Cheers,

PaulaDelgado-Santos commented 3 years ago

Thank you so much :)

PaulaDelgado-Santos commented 3 years ago

Hi, I want to ask why when I run "msda_figure_6.py" I have the next error: image in: image Thanks :)