sibrendebast / inside-the-black-box

Repository for the code used to create the results of the paper "MaMIMO CSI-based positioning using CNNs: Peeking inside the black box"
GNU General Public License v3.0
10 stars 2 forks source link

In experiment II and experiment I both are different from yours. #2

Open litingting1111 opened 1 year ago

litingting1111 commented 1 year ago

Experiment I results shows the positioning accuracy in the nLoS is better than in the LoS and Experiment II, the reappearance result is different from yours. cdf_positioning moving_comparison_URA_lab_LoS

litingting1111 commented 1 year ago

Maybe you can give some training details. including the epoch and batch size. My experiment follow your default.

sibrendebast commented 1 year ago

Hi,

I assume you are using the dataset found on https://ieee-dataport.org/open-access/ultra-dense-indoor-mamimo-csi-dataset

This dataset was made after this code and the corresponding paper were published. There are some minor differences in the dataset that can explain these differences.

For the first experiment, I also saw in more recent results that the positioning performance is better in the case of the nLoS scenario, however, this is only the case when a lot of training data is used. If you would reduce the amount of training data, the LoS scenario has a higher performance.

For experiment II, You should check if the order of the dataset is the same. I assume that the specific order in which the nomadic scenario is stored in which array might have changed. I refer to the documentation of the dataset for this and to the code for experiment II.

I hope this answer was helpful.

litingting1111 commented 1 year ago

thanks, i guess i can get it.

msh003 commented 10 months ago

Experiment I results shows the positioning accuracy in the nLoS is better than in the LoS and Experiment II, the reappearance result is different from yours. cdf_positioning moving_comparison_URA_lab_LoS

Hello, where did you find labels.npy file in the data set?