Views
No views yet
./data/images/https://github.com/lichengunc/refer1python train_resnet.py --model_id cmirnet_refcoco_res --device cuda:0
2
3python train_resnet.py --model_id cmirnet_refcocop_res --device cuda:0 --dataset refcoco+
4
5python train_resnet.py --model_id cmirnet_refcocog_res --device cuda:0 --dataset refcocog --splitBy umd1python train_swin.py --model_id cmirnet_refcoco_swin --device cuda:0
2
3python train_swin.py --model_id cmirnet_refcocop_swin --device cuda:0 --dataset refcoco+
4
5python train_swin.py --model_id cmirnet_refcocog_swin --device cuda:0 --dataset refcocog --splitBy umd1python test_resnet.py --device cuda:0 --resume path/to/weights
2
3python test_resnet.py --device cuda:0 --resume path/to/weights --dataset refcoco+
4
5python test_resnet.py --device cuda:0 --resume path/to/weights --dataset refcocog --splitBy umd1python test_swin.py --device cuda:0 --resume path/to/weights --window12
2
3python test_swin.py --device cuda:0 --resume path/to/weights --dataset refcoco+ --window12
4
5python test_swin.py --device cuda:0 --resume path/to/weights --dataset refcocog --splitBy umd --window121@ARTICLE{CMIRNet,
2 author={Xu, Mingzhu and Xiao, Tianxiang and Liu, Yutong and Tang, Haoyu and Hu, Yupeng and Nie, Liqiang},
3 journal={IEEE Transactions on Circuits and Systems for Video Technology},
4 title={CMIRNet: Cross-Modal Interactive Reasoning Network for Referring Image Segmentation},
5 year={2024},
6 pages={1-1},
7 keywords={Referring Image Segmentation; Vision-Language; Cross Modal Reasoning; Graph Neural Network},
8 doi={10.1109/TCSVT.2024.3508752}
9}