Add Github repository link
#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>
|
@@ -143,12 +144,9 @@ If you find FG-CLIP useful for your research and applications, please cite using
|
|
143 |
}
|
144 |
```
|
145 |
|
146 |
-
|
147 |
-
|
148 |
-
|
149 |
|
150 |
## License
|
151 |
|
152 |
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.
|
153 |
-
The content of this project itself is licensed under the [Apache license 2.0](./LICENSE).
|
154 |
-
|
|
|
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>
|
|
|
144 |
}
|
145 |
```
|
146 |
|
147 |
+
Code: https://github.com/360CVGroup/FG-CLIP
|
|
|
|
|
148 |
|
149 |
## License
|
150 |
|
151 |
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.
|
152 |
+
The content of this project itself is licensed under the [Apache license 2.0](./LICENSE).
|
|