HumamAlwassel / XDC

Self-Supervised Learning by Cross-Modal Audio-Video Clustering (NeurIPS 2020)
http://humamalwassel.com/publication/xdc/
MIT License
90 stars 9 forks source link

Normalization parameters for feature extraction #2

Closed zliubabalala closed 3 years ago

zliubabalala commented 3 years ago

Should I use the same mean and std parameters for normalization as r2plus1d in Pytorch, such as mean=[0.43216, 0.394666, 0.37645], std = [0.22803, 0.22145, 0.216989]?

HumamAlwassel commented 3 years ago

Thanks for your interest in XDC.

Yes, you should use these mean and std values.

mean = [0.43216, 0.394666, 0.37645]
std = [0.22803, 0.22145, 0.216989]

Cheers!