Update README.md
Browse files
README.md
CHANGED
|
@@ -9,4 +9,18 @@ python
|
|
| 9 |
>>> from vit_rope2d_hf import MLCDVisionModel
|
| 10 |
>>> model = MLCDVisionModel.from_pretrained("DeepGlint-AI/mlcd-vit-bigG-patch14-224")
|
| 11 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 12 |
```
|
|
|
|
| 9 |
>>> from vit_rope2d_hf import MLCDVisionModel
|
| 10 |
>>> model = MLCDVisionModel.from_pretrained("DeepGlint-AI/mlcd-vit-bigG-patch14-224")
|
| 11 |
|
| 12 |
+
```
|
| 13 |
+
|
| 14 |
+
|
| 15 |
+
|
| 16 |
+
## Citation
|
| 17 |
+
|
| 18 |
+
|
| 19 |
+
```latex
|
| 20 |
+
@inproceedings{anxiang_2024_mlcd,
|
| 21 |
+
title={Multi-label Cluster Discrimination for Visual Representation Learning},
|
| 22 |
+
author={An, Xiang and Yang, Kaicheng and Dai, Xiangzi and Feng, Ziyong and Deng, Jiankang},
|
| 23 |
+
booktitle={ECCV},
|
| 24 |
+
year={2024}
|
| 25 |
+
}
|
| 26 |
```
|