Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Duojun-Huang/AlignSAM-CVPR2024
Pytorch official implementation for our CVPR-2024 paper "AlignSAM: Aligning Segment Anything Model to Open Context via Reinforcement Learning".
https://github.com/Duojun-Huang/AlignSAM-CVPR2024
Last synced: about 1 month ago
JSON representation
Pytorch official implementation for our CVPR-2024 paper "AlignSAM: Aligning Segment Anything Model to Open Context via Reinforcement Learning".
- Host: GitHub
- URL: https://github.com/Duojun-Huang/AlignSAM-CVPR2024
- Owner: Duojun-Huang
- Created: 2024-03-28T08:30:34.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-03-28T08:30:34.000Z (10 months ago)
- Last Synced: 2024-06-01T08:33:48.145Z (7 months ago)
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- Awesome-Segment-Anything - [code
README
# AlignSAM-CVPR2024
Project page for our CVPR-2024 paper "AlignSAM: Aligning Segment Anything Model to Open Context via Reinforcement Learning". More details of this work can be found in our paper: [[Arxiv]](https://arxiv.org/abs/2406.00480).## Citation and Star
Please cite the following paper and star this project if you use this repository in your research. Thank you!
```
@misc{huang2024alignsam,
title={AlignSAM: Aligning Segment Anything Model to Open Context via Reinforcement Learning},
author={Duojun Huang and Xinyu Xiong and Jie Ma and Jichang Li and Zequn Jie and Lin Ma and Guanbin Li},
year={2024},
eprint={2406.00480},
archivePrefix={arXiv},
primaryClass={cs.CV}
}
```