Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# CCIP
|
2 |
CCIP(Contrastive Anime Character Image Pre-Training) is a model to calculuate the visual similarity between anime characters in two images. (limited to images containing only a single anime character). More similar the characters between two images are, higher score it should have.
|
3 |
|
@@ -47,4 +67,4 @@ array([[6.5350548e-08, 1.6583106e-01, 4.2947042e-01, 4.0375218e-01],
|
|
47 |
year={2024},
|
48 |
howpublished={\url{https://huggingface.co/deepghs/ccip}}
|
49 |
}
|
50 |
-
```
|
|
|
1 |
+
---
|
2 |
+
datasets:
|
3 |
+
- deepghs/character_similarity
|
4 |
+
- deepghs/character_index
|
5 |
+
metrics:
|
6 |
+
- f1
|
7 |
+
- adjust_random_score
|
8 |
+
language:
|
9 |
+
- en
|
10 |
+
- ja
|
11 |
+
- zh
|
12 |
+
pipeline_tag: zero-shot-image-classification
|
13 |
+
library_name: dghs-imgutils
|
14 |
+
tags:
|
15 |
+
- art
|
16 |
+
- anime
|
17 |
+
- character
|
18 |
+
license: openrail
|
19 |
+
---
|
20 |
+
|
21 |
# CCIP
|
22 |
CCIP(Contrastive Anime Character Image Pre-Training) is a model to calculuate the visual similarity between anime characters in two images. (limited to images containing only a single anime character). More similar the characters between two images are, higher score it should have.
|
23 |
|
|
|
67 |
year={2024},
|
68 |
howpublished={\url{https://huggingface.co/deepghs/ccip}}
|
69 |
}
|
70 |
+
```
|