lim0606 / caffe-googlenet-bn

re-implementation of googlenet batch normalization
131 stars 77 forks source link

BGR mean and scale values #15

Open mrgransky opened 4 years ago

mrgransky commented 4 years ago

Does this model also use the original BGR mean and scale values of googlenet? mean = [104.00698793 116.66876762 122.67891434] and scale = 1.0 ?

Cheers,