MHNet icon indicating copy to clipboard operation
MHNet copied to clipboard

A novel network for image reatoration. Mixed Hierarchy Network for Image Restoration.

Results 8 MHNet issues
Sort by recently updated
recently updated
newest added

File "I:\yh\code\MHNet-main\Derain\train.py", line 31, in from MHNet import MHNet ModuleNotFoundError: No module named 'MHNet' 请问这个问题怎么解决

when I was training your code, I found the loss value became the nan. And the PSNR value also became the nan. Moreover, the best model didn't change after the...

您好,我对您的模型很感兴趣,在使用时有个疑问,MHN的输出是return [stage2_img + x3_img, x_s1],使用这个输出和使用单个的输出相比,是会有一些优势吗

Hello, I hope you’re doing well. I have a question regarding the training process described in your article. I followed the instructions and started training the model, but I noticed...

Hello, thank you for your interesting work. Can you publish the pre-trained model for testing?

请问会发布test_res.py 这个文件吗

Your article has been especially helpful to me,However, it seems that CharbonnierLoss and EdgeLoss that you defined in loss.py are not reflected in train.py. We look forward to hearing from...

Your work has been incredibly helpful to me, and I am very grateful. I was wondering if you could provide some information on the expected training time and required computing...