This is an official PyTorch implementation for our FreDFT. Paper can be download in FreDFT
Create a conda virtual environment and activate it.
- conda create --name MOD python=3.9
- conda activate MOD
- pip install -r requirements.txt
Download these datasets and create a dataset folder to hold them.
Download our FreDFT weights and create a weights folder to hold them.
- FLIR dataset: FreDFT_FLIR.pt
- LLVIP dataset: FreDFT_LLVIP.pt
- M3FD dataset: FreDFT_M3FD.pt
Dataset path, GPU, batch size, etc., need to be modified according to different situations.
python train.py
python test.py
If you find FreDFT helpful for your research, please consider citing our work.
@article{Wu2025,
title={FreDFT: Frequency Domain Fusion Transformer for Visible-Infrared Object Detection},
author={Wencong Wu and Xiuwei Zhang and Hanlin Yin and Shun Dai and Hongxi Zhang and Yanning Zhang},
journal={arXiv preprint arXiv:2511.10046},
year={2025}
}