Home

Awesome

MetaFusion in PyTorch

Implementation of "MetaFusion: Infrared and Visible Image Fusion via Meta-Feature Embedding from Object Detection" in PyTorch.

Requirements

python 3.7

pytorch 1.8.1

cv2 4.5.5

Test

You can use the following command to test:

python test.py --test_ir_root IR_IMAGE_PATH --test_vis_root VIS_IMAGE_PATH --save_path RESULT_IMAGE_PATH