Skip to content
forked from hanna-xu/MEF-GAN

This is the code for multi-exposure image fusion via generative adversarial networks

Notifications You must be signed in to change notification settings

jiayi-ma/MEF-GAN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 

Repository files navigation

MEF-GAN

This is the code for multi-exposure image fusion via generative adversarial networks

Architecture:


Fused results:

To train:

CUDA_VISIBLE_DEVICES=0,1 python main.py (2 GPUs are needed. One is for the self-attention block and the other one is for other blocks and the discriminator.)

To test:

CUDA_VISIBLE_DEVICES=0,1 python test_main.py

Tips:

Large files should be downloaded separately, including the following files:

For training:

For testing:

If you have any question, please email to me (xu_han@whu.edu.cn).

About

This is the code for multi-exposure image fusion via generative adversarial networks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%