Closed Henryluoluoluo closed 7 months ago
Hello @Henryluoluoluo ,
This is because the pre-trained VGG backbone expects RGB inputs rather than BGR. Also, the normalization parameters are for RGB:
PIXEL_MEAN: [123.675, 116.280, 103.530]
PIXEL_STD: [58.395, 57.120, 57.375]
Best, Shengcao
In faster_rcnn_VGG_cross_city.yaml the input format is RGB. I trained on my own data set and found that this parameter has a great impact on the experimental results.