Open icey-zhang opened 8 months ago
The code:https://github.com/wdzhao123/MetaFusion/blob/a8c5eafc84df9399e35602a00e3651a7d3d5c7d1/utils/dataloader.py#L69
The image read by cv.imread should be the BGR channel sequence. RGB2HSV should not be used to generate V channel brightness information.
The code:https://github.com/wdzhao123/MetaFusion/blob/a8c5eafc84df9399e35602a00e3651a7d3d5c7d1/utils/dataloader.py#L69
The image read by cv.imread should be the BGR channel sequence. RGB2HSV should not be used to generate V channel brightness information.