Tian0426/CL-HAR

How to download datasets?

Closed this issue · 4 comments

Hi, very impressive framework.

However, could you please tell me how to download the datasets you used in the paper?

Thanks.

Hi @yhhhli,

Thank you for your comments. Datasets can be downloaded from the following sites.

UCIHAR

SHAR

HHAR

The downloaded datasets can be put under ./data/ folder, and then our code can do the data preprocessing. Hope this helps!

Thank you very much!

Also, I have another question. Would it be possible to open-source the supervised learning baseline? It's okay if it is too complicated to update the code. Some hints on the implementation are much appreciated. Thanks again!

Hi @yhhhli, we have uploaded main_supervised_baseline.py which could be used to train encoder networks in supervised setting. Hope it helps!

Thank you!