ZhaofanQiu / pseudo-3d-residual-networks

Pseudo-3D Convolutional Residual Networks for Video Representation Learning
MIT License
352 stars 119 forks source link

what's the image channel ordering before mean-value substract, rgb or bgr? #26

Open mangwaier opened 6 years ago

mangwaier commented 6 years ago

That is , [104, 117, 123] is the mean-value list, which one is the blue-channel ? 104 or 123?

BluebirdStory commented 5 years ago

how do you know that [104, 117, 123] is the mean value for P3D?

BluebirdStory commented 5 years ago

as for your question, this order is enough when you set the parameter for data layer @mangwaier image