Add link to Github repo
#1
by nielsr HF Staff - opened
README.md
CHANGED
|
@@ -1,12 +1,13 @@
|
|
| 1 |
---
|
| 2 |
-
tags:
|
| 3 |
-
- clip
|
| 4 |
-
license: apache-2.0
|
| 5 |
language:
|
| 6 |
- en
|
| 7 |
library_name: transformers
|
|
|
|
| 8 |
pipeline_tag: zero-shot-image-classification
|
|
|
|
|
|
|
| 9 |
---
|
|
|
|
| 10 |
# FG-CLIP: Fine-Grained Visual and Textual Alignment
|
| 11 |
**[FG-CLIP: Fine-Grained Visual and Textual Alignment](https://arxiv.org/abs/2505.05071)**
|
| 12 |
</br>
|
|
@@ -15,6 +16,8 @@ Chunyu Xie*, Bin Wang*, Fanjing Kong, Jincheng Li, Dawei Liang, Gengshen Zhang,
|
|
| 15 |
[](https://arxiv.org/abs/2505.05071)
|
| 16 |
[](https://icml.cc/Conferences/2025)
|
| 17 |
|
|
|
|
|
|
|
| 18 |
<p align="center">
|
| 19 |
<img src="https://huggingface.co/qihoo360/fg-clip-large/resolve/main/radar_chart_methods.png" width="500" height="440"/>
|
| 20 |
</p>
|
|
@@ -150,3 +153,8 @@ If you find FG-CLIP useful for your research and applications, please cite using
|
|
| 150 |
This project utilizes certain datasets and checkpoints that are subject to their respective original licenses. Users must comply with all terms and conditions of these original licenses.
|
| 151 |
The content of this project itself is licensed under the [Apache license 2.0](./LICENSE).
|
| 152 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
|
|
|
|
|
|
|
|
|
| 2 |
language:
|
| 3 |
- en
|
| 4 |
library_name: transformers
|
| 5 |
+
license: apache-2.0
|
| 6 |
pipeline_tag: zero-shot-image-classification
|
| 7 |
+
tags:
|
| 8 |
+
- clip
|
| 9 |
---
|
| 10 |
+
|
| 11 |
# FG-CLIP: Fine-Grained Visual and Textual Alignment
|
| 12 |
**[FG-CLIP: Fine-Grained Visual and Textual Alignment](https://arxiv.org/abs/2505.05071)**
|
| 13 |
</br>
|
|
|
|
| 16 |
[](https://arxiv.org/abs/2505.05071)
|
| 17 |
[](https://icml.cc/Conferences/2025)
|
| 18 |
|
| 19 |
+
Code: https://github.com/360CVGroup/FG-CLIP
|
| 20 |
+
|
| 21 |
<p align="center">
|
| 22 |
<img src="https://huggingface.co/qihoo360/fg-clip-large/resolve/main/radar_chart_methods.png" width="500" height="440"/>
|
| 23 |
</p>
|
|
|
|
| 153 |
This project utilizes certain datasets and checkpoints that are subject to their respective original licenses. Users must comply with all terms and conditions of these original licenses.
|
| 154 |
The content of this project itself is licensed under the [Apache license 2.0](./LICENSE).
|
| 155 |
|
| 156 |
+
## Related Projects
|
| 157 |
+
This work wouldn't be possible without the incredible open-source code of these projects. Huge thanks!
|
| 158 |
+
- [CLIPSelf](https://github.com/wusize/CLIPSelf.git)
|
| 159 |
+
- [LLava](https://github.com/haotian-liu/LLaVA)
|
| 160 |
+
- [LongCLIP](https://github.com/beichenzbc/Long-CLIP.git)
|