The repository contains the official implementation of "Segment and Caption Anything"
tl;dr
- Despite the absence of semantic labels in the training data, SAM implies high-level semantics sufficient for captioning.
- SCA (b) is a lightweight augmentation of SAM (a) with the ability to generate regional captions.
- On top of SAM architecture, we add a fixed pre-trained language mode, and a optimizable lightweight hybrid feature mixture whose training is cheap and scalable.
![]() |
![]() |
![]() |
![]() |
News
- [12/05/2023] Release paper, code v0.0.1, and project page!
Please check docs/ENV.md.
Please check docs/MODEL_ZOO.md
Please check docs/DEMO.md
Please check docs/USAGE.md.
Please check docs/EVAL.md
Deeply appreciate these wonderful open source projects: transformers, accelerate, deepspeed, detectron2, hydra, timm, gradio.
If you find this repository useful, please consider giving a star ⭐ and citation 🦖:
@misc{xiaoke2023SCA,
title={{Segment and Caption Anything}},
author={Xiaoke, Huang and Jianfeng, Wang and Yansong, Tang and Zheng, Zhang and Han, Hu and Jiwen, Lu and Lijuan, Wang and Zicheng, Liu},
journal={arXiv},
volume={abs/2312.00869},
year={2023},
}