In faster_rcnn_r50_fpn_1x.py, there is the img_norm_cfg: dict(mean=[123.675, 116.28, 103.53], std=[58.395, 57.12, 57.375], to_rgb=True).
I want to know the reason why these numbers are chosen. Because my test dataset is infrared images, I think it is necessary to change this cfg.
In faster_rcnn_r50_fpn_1x.py, there is the img_norm_cfg: dict(mean=[123.675, 116.28, 103.53], std=[58.395, 57.12, 57.375], to_rgb=True). I want to know the reason why these numbers are chosen. Because my test dataset is infrared images, I think it is necessary to change this cfg.