匿名用户2024年07月31日
39阅读
所属分类aiPytorch
开源地址https://modelscope.cn/models/UltraDoughnut/BARM

作品详情

BARM - Official Trained Weights (ECCV 2024)

Background Adaptation with Residual Modeling for Exemplar-Free Class-Incremental Semantic Segmentation
Anqi Zhang1, Guangyu Gao1

1 School of Computer Science and Technology, Beijing Institute of Technology, Beijing, China

Accepted in ECCV 2024

Download

The official weights of trained models for BARM.

You can download the .pth files by using the SDK of modelscope, or simply use git.

Download by SDK

# Install ModelScope
pip install modelscope
# Download by SDK
from modelscope import snapshot_download
model_dir = snapshot_download('UltraDoughnut/BARM')

Download by Git

# Download by Git
git clone https://www.modelscope.cn/UltraDoughnut/BARM.git

Citation

@inproceedings{zhang2024background,
  title={Background Adaptation with Residual Modeling for Exemplar-Free Class-Incremental Semantic Segmentation},
  author={Zhang, Anqi and Gao, Guangyu},
  journal={ECCV},
  year={2024}
}
声明:本文仅代表作者观点,不代表本站立场。如果侵犯到您的合法权益,请联系我们删除侵权资源!如果遇到资源链接失效,请您通过评论或工单的方式通知管理员。未经允许,不得转载,本站所有资源文章禁止商业使用运营!
下载安装【程序员客栈】APP
实时对接需求、及时收发消息、丰富的开放项目需求、随时随地查看项目状态

评论