weiaicunzai / Bag_of_Tricks_for_Image_Classification_with_Convolutional_Neural_Networks

experiments on Paper <Bag of Tricks for Image Classification with Convolutional Neural Networks> and other useful tricks to improve CNN acc
714 stars 123 forks source link

Forget covert BGR to RGB using cv2? #7

Open HymEric opened 4 years ago

HymEric commented 4 years ago

ToCVImage just set an image as uint8, but not to convert BGR2RGB because we usually use RGB. And the normalize is RGB data.

Forget covert BGR to RGB using cv2?