Views
No views yet
1cd infer
2python run_single_inference.py \
3 --img-path infer/demo/BTCV-0-106_CT_abdomen.png \
4 --target-description "right kidney in abdomen CT" \
5 --model-path /path/to/mllm_model \
6 --seg-checkpoint /path/to/MedSAM2_latest.pt \
7 --seg-model medsam1@misc{liu2026medsamagentempoweringinteractivemedical,
2 title={MedSAM-Agent: Empowering Interactive Medical Image Segmentation with Multi-turn Agentic Reinforcement Learning},
3 author={Shengyuan Liu and Liuxin Bao and Qi Yang and Wanting Geng and Boyun Zheng and Chenxin Li and Wenting Chen and Houwen Peng and Yixuan Yuan},
4 year={2026},
5 eprint={2602.03320},
6 archivePrefix={arXiv},
7 primaryClass={cs.CV},
8 url={https://arxiv.org/abs/2602.03320},
9}