MixDehazeNet icon indicating copy to clipboard operation
MixDehazeNet copied to clipboard

Code for "MixDehazeNet: Mix Structure block for image dehazing network"

Results 9 MixDehazeNet issues
Sort by recently updated
recently updated
newest added

作者您好,请问使用下载好的预训练模型可以直接用来test吗 我按照[DehazeFormer]类似的命令运行test.py,一直显示出错,具体如下: python test.py --model MixDehazeNet-l --dataset Haze4k --exp haze4k Traceback (most recent call last): File "test.py", line 94, in <module> network = eval(args.model.replace('-', '_'))() File "<string>", line 1, in...

您好,代码中关于predict.py的文件该怎么执行,我训练得到权重后,想在自己的数据集上,进行一个去雾操作,我该怎么去处理?

请问不同模型大小的FPS是多少呢?

Hey ,sorry i am new to deep learning , i looked through the readmd file , but i couldn't find any command to train the model with custom data.

Hello,thank you for your good work.I have a problem,when I test the Indoor pretrain model on ITS train set,its psnr is around 22.But when I test the Indoor pretrain model...

Hey Authors, Thank you very much for sharing your codes. Before computing the SSIM, there is a down_ratio in the script. down_ratio = max(1, round(min(H, W) / 256)) Could you...

大佬您好, 关于运行test.py时遇到问题: ==> Start testing, current model name: MixDehazeNet-s [ WARN:[email protected]] global loadsave.cpp:241 findDecoder imread_('./data/RESIDE-IN/test/hazy/1400_10.png'): can't open/read file: check file path/integrity [ WARN:[email protected]] global loadsave.cpp:241 findDecoder imread_('./data/RESIDE-IN/test/hazy/1400_1.png'): can't open/read file:...

为什么在文章中是SPA - Simple Pixel Attention,在代码注释中是Simple Channel Attention? 另外soft recon是什么?望不吝赐教