From 0c2350bc2cd4d8f1461444c3ae5c9ed33db53994 Mon Sep 17 00:00:00 2001 From: Zhaozixiang1228 <44187438+Zhaozixiang1228@users.noreply.github.com> Date: Sat, 17 Jun 2023 00:57:51 +0200 Subject: [PATCH] Update README.md --- README.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 21e625a..cd84ada 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Codes for ***CDDFuse: Correlation-Driven Dual-Branch Feature Decomposition for M ## Update -- [2023/5] Training codes and config files will be public available before June. +- [2023/6] Training codes and config files are public available. - [2023/4] Release inference code for infrared-visible image fusion and medical image fusion. @@ -81,7 +81,15 @@ Unfortunately, since the size of **MSRS dataset** for IVF is 500+MB, we can not **3. Results in Our Paper** -If you want to infer with our CDDFuse and obtain the fusion results in our paper, please run ``'test_IVF.py'`` for IVF and ``'test_MIF.py'`` for MIF. +If you want to infer with our CDDFuse and obtain the fusion results in our paper, please run +``` +python test_IVF.py +``` +for IVF and +``` +python test_MIF.py +``` +for MIF. The testing results will be printed in the terminal.