We trained MAFF-Net for a total of 60 epochs on a single NVIDIA RTX 4090 GPU with a batch size of 4.
The final trained checkpoints for both VoD and TJ4DRadSet are available for download:
Place all checkpoint files under the following directory: MAFF-Net/checkpoints/.
- Test with a model:
python tools/test.py --cfg_file tools/cfgs/MAFF-Net/MAFF-Net_vod.yaml --batch_size 1 --ckpt checkpoints/vod2025010810360.pth
python tools/test.py --cfg_file tools/cfgs/MAFF-Net/MAFF-Net_TJ4D.yaml --batch_size 1 --ckpt checkpoints/tj4d2025060814210.pth- Train with a single GPU:
python tools/train.py --cfg_file tools/cfgs/MAFF-Net/MAFF-Net_vod.yaml
python tools/train.py --cfg_file tools/cfgs/MAFF-Net/MAFF-Net_TJ4D.yaml