ermongroup / Wifi_Activity_Recognition

Code for IEEE Communication Magazine (A Survey on Behaviour Recognition Using WiFi Channle State Information)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

What is the purpose of the document named "cross_vali_input_data"?

beyond96 opened this issue · comments

Thanks for sharing this project, this is great!
But What is the purpose of the document named "cross_vali_input_data"?

This file is called from "cross_vali_recurrent_network_wifi_activity.py". I think you can merge too.

Thanks for your reply!
But the first line comment of the file"cross_vali_input_data.py" is """Functions for downloading and reading MNIST data.""".Why read MINST data here? Isn't MINST data handwriting data?But what we need to deal with is CSI data.

Many thanks!

Sorry, I delete the first line. This should be deleted. Thanks!

Well,this a wonderful project!thanks for your codes and it help me a lot.

If you are interested in this project, I think this article also helps you.
https://link.springer.com/chapter/10.1007/978-3-030-24409-5_17

Ok,I would read this paper.
Does this article have the corresponding implementation code in github?