Views
No views yet
Note: Publicly released models are trained on public datasets only and may differ from the paper-reported results.
--out_channels: "(2,3,2,4,5)".--patch_size: 4.--window_size: 10.--depths: "(2, 2, 18, 2)".--num_heads: "(4, 8, 16, 32)".--feature_size: 128.--size: 640.huggingface_hub:pip install -U huggingface_hub1from huggingface_hub import hf_hub_download
2
3ckpt_path = hf_hub_download(
4 repo_id="JerryWzh/RetSAM_public",
5 filename="retsam_v1_for_public.ckpt",
6)
7print(ckpt_path)hf download JerryWzh/RetSAM_public retsam_v1_for_public.ckpt1@article{wang2026general,
2 title={A General Model for Retinal Segmentation and Quantification},
3 author={Wang, Zhonghua and Ju, Lie and Li, Sijia and Feng, Wei and Zhou, Sijin and Hu, Ming and Xiong, Jianhao and Tang, Xiaoying and Peng, Yifan and Lin, Mingquan and others},
4 journal={arXiv preprint arXiv:2602.07012},
5 year={2026}
6}