Open Vortander opened 6 years ago
Hi, IMHO this isn't super relevant because 1. ImageNet and Places may have similar mean and variance values since they are both large scale natural image datasets 2. these statistics will be rectified by next batchnorm layer anyway so mathematically speaking they can be learned and don't matter.
@MasterYodah do you know the pretrain model hybrid1365 should use which mean file?ImageNet or Places? thank you.
In the source code
train_placesCNN.py
, can someone explain me how the values atwere obtained?
This values represent the mean and std RGB channel values for the whole Places 365 dataset? They are the same values of ImageNet dataset provided by PyTorch. This is correct or they should be the mean and std RGB channel values for Places dataset?
Thank you.