You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, teacher, when I generated the required files through the code provided by DeepSeg, and then ran the 01Data_PreProcess step, I encountered a problem and would like to ask for your guidance. There is a line in the code like this: "unlabel_data = np.zeros((200, 30, 3, 150), dtype="uint8")", which I guess indicates that the csi data structure should be (Time, Sub, antenna, Num), However, the code provided by DeepSeg generates (120, 30, 3, Num), because the specific data structure when csi is converted into pictures is not clear in the paper, so I would like to consult here.
Hello, may I ask how the "csi_leave2_test.mat", "csi_leave2_train.mat", "label_leave2_test.mat", "label_leave2_train.mat" file is generated?
The text was updated successfully, but these errors were encountered: