Views
No views yet
1ckpt_model/
2 latest
3 zero_to_fp32.py
4 global_step65000/
5 mp_rank_00_model_states.pt
6 bf16_zero_pp_rank_0_mp_rank_00_optim_states.pt
7 bf16_zero_pp_rank_1_mp_rank_00_optim_states.ptckpt_model/
directory as CHECKPOINT_PATH; do not point to global_step65000/, an
individual .pt file, or a meta_log_epoch*.pth file.1git clone https://github.com/linxir226/SIRA.git
2cd SIRA1DATA_ROOT=/path/to/datasets \
2CHECKPOINT_PATH=/path/to/this/repo/ckpt_model \
3bash scripts/valid_inference.sh1DATA_ROOT=/path/to/datasets \
2CHECKPOINT_PATH=/path/to/this/repo/ckpt_model \
3bash scripts/valid_inference.sh --vis_enable1@misc{zhang2026sira,
2 title={SIRA: Reasoning-Aware Surgical Instrument Segmentation via Query-Anchored Alignment},
3 author={Zhang, Zhibo and Wang, Qijie and Yan, Zengqiang},
4 year={2026},
5 url={https://github.com/linxir226/SIRA}
6}