LSNet
Collection
8 items • Updated
How to use jameslahm/lsnet with timm:
import timm
model = timm.create_model("hf_hub:jameslahm/lsnet", pretrained=True)Paper: https://arxiv.org/abs/2503.23135
Code: https://github.com/THU-MIG/lsnet
@misc{wang2025lsnetlargefocussmall,
title={LSNet: See Large, Focus Small},
author={Ao Wang and Hui Chen and Zijia Lin and Jungong Han and Guiguang Ding},
year={2025},
eprint={2503.23135},
archivePrefix={arXiv},
primaryClass={cs.CV},
url={https://arxiv.org/abs/2503.23135},
}
import timm model = timm.create_model("hf_hub:jameslahm/lsnet", pretrained=True)