https://github.com/wusize/clim
[AAAI2024] Code Release of CLIM: Contrastive Language-Image Mosaic for Region Representation
https://github.com/wusize/clim
detection open-vocabulary-detection
Last synced: 6 months ago
JSON representation
[AAAI2024] Code Release of CLIM: Contrastive Language-Image Mosaic for Region Representation
- Host: GitHub
- URL: https://github.com/wusize/clim
- Owner: wusize
- License: other
- Created: 2023-12-09T05:43:08.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-04T13:00:28.000Z (over 1 year ago)
- Last Synced: 2025-03-27T07:47:52.646Z (7 months ago)
- Topics: detection, open-vocabulary-detection
- Language: Python
- Homepage: https://arxiv.org/abs/2312.11376
- Size: 12.8 MB
- Stars: 28
- Watchers: 1
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CLIM: Contrastive Language-Image Mosaic for Region Representation
## IntroductionThis is an official release of the paper
**CLIM: Contrastive Language-Image Mosaic for Region Representation**.> [**CLIM: Contrastive Language-Image Mosaic for Region Representation**](https://arxiv.org/abs/2312.11376),
> Size Wu, Wenwei Zhang, Lumin Xu, Sheng Jin, Wentao Liu, Chen Change Loy
> [Bibetex](https://github.com/wusize/CLIM#citation)## Application to CLIP
Please refer to the instructions in this [README](README_CLIP.md).
## Application to Detic
Please refer to the instructions in this [README](ovdet/configs/detic/README.md).## License
This project is licensed under [NTU S-Lab License 1.0](LICENSE).## Citation
```bibtex
@article{wu2023clim,
title={CLIM: Contrastive Language-Image Mosaic for Region Representation},
author={Size Wu and Wenwei Zhang and Lumin Xu and Sheng Jin and Wentao Liu and Chen Change Loy},
journal={arXiv preprint arXiv:2312.11376},
year={2023}
}
```## Acknowledgement
We thank [OpenCLIP](https://github.com/mlfoundations/open_clip/tree/v2.16.0) and [MMDetection](https://github.com/open-mmlab/mmdetection) for their valuable code bases.