ermongroup / Wifi_Activity_Recognition

Code for IEEE Communication Magazine (A Survey on Behaviour Recognition Using WiFi Channle State Information)
GNU General Public License v3.0
251 stars 78 forks source link

error in “cross_vali_data_convert_merge.py” #29

Closed beyond96 closed 3 years ago

beyond96 commented 3 years ago

Traceback (most recent call last): File "./test_wu/cross_vali_data_convert_merge.py", line 108, in x, y = dataimport(filepath1, filepath2) File "./test_wu/cross_vali_data_convert_merge.py", line 33, in dataimport xx = xx.reshape(len(xx),-1) ValueError: cannot reshape array of size 0 into shape (0,newaxis)

How can I solve this problem?

Thanks a lot!

Dhruval10 commented 3 years ago

Check Dataset location. The python file can not find the dataset files location

sparkling255 commented 6 months ago

我也遇到了这个问题,我想问下怎么解决的呢