Tian0426 / CL-HAR

56 stars 10 forks source link

How to download datasets? #3

Closed yhhhli closed 2 years ago

yhhhli commented 2 years ago

Hi, very impressive framework.

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

Thanks.

Hangwei12358 commented 2 years ago

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!

yhhhli commented 2 years ago

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!

Tian0426 commented 2 years ago

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

yhhhli commented 2 years ago

Thank you!