chanchanchan97 / ICAFusion

ICAFusion: Iterative Cross-Attention Guided Feature Fusion for Multispectral Object Detection, Pattern Recognition
GNU Affero General Public License v3.0
94 stars 7 forks source link

Yaml files for DMFF #1

Open LiYunJamesPhD opened 10 months ago

LiYunJamesPhD commented 10 months ago

Hi,

Thanks for releasing code for your research. I am trying to reproduce experiments results mentioned in you paper, but I cannot find DMFF yaml files under the transformer directory. I wondered if you could share the DMFF yaml files with me, or I can just create the DMFF yaml files myself by replacing NiN_fusion modules with the DMFF modules.

Thanks for your time for reading this message

chanchanchan97 commented 10 months ago

Hi,

Thanks for releasing code for your research. I am trying to reproduce experiments results mentioned in you paper, but I cannot find DMFF yaml files under the transformer directory. I wondered if you could share the DMFF yaml files with me, or I can just create the DMFF yaml files myself by replacing NiN_fusion modules with the DMFF modules.

Thanks for your time for reading this message

Hi,

The DMFF yaml files are named "yolov5_Transfusion_xxxx.yaml", and they are stored in ./models/transformer. Thank you for your question, and I will add the introduction into README.md later.

If you have more questions, please contact us at any time.

LiYunJamesPhD commented 10 months ago

Hi,

Thank you for getting my message back and your help!