Datasets:
Commit
·
4816003
1
Parent(s):
a42cd17
Update README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
---
|
2 |
-
license:
|
3 |
task_categories:
|
4 |
- image-classification
|
5 |
language:
|
@@ -9,15 +9,41 @@ size_categories:
|
|
9 |
---
|
10 |
# recruit-jp/japanese-image-classification-evaluation-dataset
|
11 |
|
12 |
-
##
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
##
|
23 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
+
license: cc-by-4.0
|
3 |
task_categories:
|
4 |
- image-classification
|
5 |
language:
|
|
|
9 |
---
|
10 |
# recruit-jp/japanese-image-classification-evaluation-dataset
|
11 |
|
12 |
+
## Overview
|
13 |
+
|
14 |
+
* **Developed by**: [Recruit Co., Ltd.](https://huggingface.co/recruit-jp)
|
15 |
+
* **Dataset type**: Image Classification
|
16 |
+
* **Language(s)**: Japanese
|
17 |
+
* **LICENSE**: CC-BY-4.0
|
18 |
+
|
19 |
+
More details are described in our tech blog post.
|
20 |
+
* [日本語CLIP学習済みモデルとその評価用データセットの公開](https://blog.recruit.co.jp/data/articles/japanese-clip/)
|
21 |
+
|
22 |
+
## Dataset Details
|
23 |
+
|
24 |
+
This dataset is comprised of four image classification tasks related to concepts and things unique to Japan. Specifically, is consists of the following tasks.
|
25 |
+
|
26 |
+
* `jafood101`: Image classification task of 101 types of Japanese dishes and ingredients
|
27 |
+
* `jaflower30`: Image classification task of 30 types of Japanese flowers
|
28 |
+
* `jafacility20`: Image classification task of 20 types of Japanese facilities
|
29 |
+
* `jalandmark10`: Image classification task of 10 types of Japanese landmarks
|
30 |
+
|
31 |
+
## Dataset Structure
|
32 |
+
|
33 |
+
A data point has five fields as below.
|
34 |
+
|
35 |
+
|id|license|license_url|url|category|
|
36 |
+
|---|---|---|---|---|
|
37 |
+
|11190751074|Attribution License|https://creativecommons.org/licenses/by/2.0/|https://www.flickr.com/photos/26202414@N08/11190751074/|ガソリンスタンド|
|
38 |
+
|119354302|Attribution License|https://creativecommons.org/licenses/by/2.0/|https://www.flickr.com/photos/yamauchibukuro/119354302/|ガソリンスタンド|
|
39 |
+
|12586081383|Attribution-NonCommercial License|https://creativecommons.org/licenses/by-nc/2.0/|https://www.flickr.com/photos/24544963@N02/12586081383/|ガソリンスタンド|
|
40 |
+
|21721007800|Attribution-NonCommercial License|https://creativecommons.org/licenses/by-nc/2.0/|https://www.flickr.com/photos/coswata/21721007800/|ガソリンスタンド|
|
41 |
+
|32664671806|Attribution License|https://creativecommons.org/licenses/by/2.0/|https://www.flickr.com/photos/31029865@N06/32664671806/|ガソリンスタンド|
|
42 |
+
|
43 |
+
To access the images, you need to retrieve the images from the URLs listed in the `url` field. The image labels are in the `category` field.
|
44 |
+
All the images in this dataset are licensed under CC-BY-2.0、CC-BY-NC-2.0、Public Domain Mark 1.0, or Public Domain Dedication, so you can collect and save them to your local environment to use them for evaluating your image classification model.
|
45 |
+
However, please note that CC-BY-NC-2.0 prohibits commercial use. Also, please note that CC-BY-2.0, CC-BY-NC-2.0, and Public Domain Mark 1.0 prohibit sublicensing, so the collected image data cannot be published.
|
46 |
+
|
47 |
+
## Disclaimer
|
48 |
+
|
49 |
+
- ㈱リクルートは、本データセット利用による成果に関し、正確性、有用性、確実性、違法性の確認及び何らの保証および補償を行わないものとし、また、データセット利用によって利用者に生じた損害および第三者との間における紛争について㈱リクルートは一切責任を負いません。
|