wdzhao123 / MetaFusion

40 stars 4 forks source link

About Read Image #5

Open icey-zhang opened 8 months ago

icey-zhang commented 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.