ml-jku / cloome

Other
32 stars 8 forks source link

Transformation mean and std #7

Closed q8888620002 closed 1 month ago

q8888620002 commented 1 month ago

Hi,

Thank you for sharing the code and model weights. I'm currently replicating results from your paper and noticed an issue in the normalization parameters at clip.py, line 88. The normalization mean and standard deviation are identical. Could you provide the correct normalization statistics for your dataset?

Thank you!

anasf97 commented 1 month ago

Hi,

These are the mean and standard deviation values per channel:

Mean: 47.1314, 40.8138, 53.7692, 46.2656, 28.7243 (which are the values used) Std: 24.1384, 23.6309, 28.1681, 23.4018, 28.7255

However, bear in mind that the code provided in this repo was the one used for obtaining the results of the paper. :)

Best, Ana