In "CUB200.py" file, function "Generate_transform_Dict", It seems that the mean and std should be set to mean = [0.485, 0.456, 0.406] and std = [0.229, 0.224, 0.225] in RGB setting. And I have a question about your convertBGR, it seems that you don not use OpenCV. What is this operation mean?
In "CUB200.py" file, function "Generate_transform_Dict", It seems that the mean and std should be set to mean = [0.485, 0.456, 0.406] and std = [0.229, 0.224, 0.225] in RGB setting. And I have a question about your convertBGR, it seems that you don not use OpenCV. What is this operation mean?