File size: 510 Bytes
3282e73 7eab55e 32695a4 7eab55e e48c177 7eab55e |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 |
---
license: mit
---
```shell
git clone https://github.com/deepglint/unicom
cd unicom/mlcd
python
>>> from vit_rope2d_hf import MLCDVisionModel
>>> model = MLCDVisionModel.from_pretrained("DeepGlint-AI/mlcd-vit-bigG-patch14-224")
```
## Citation
```latex
@inproceedings{anxiang_2024_mlcd,
title={Multi-label Cluster Discrimination for Visual Representation Learning},
author={An, Xiang and Yang, Kaicheng and Dai, Xiangzi and Feng, Ziyong and Deng, Jiankang},
booktitle={ECCV},
year={2024}
}
``` |