Update README.md
Browse files
README.md
CHANGED
@@ -2,25 +2,33 @@
|
|
2 |
license: cc-by-nc-nd-4.0
|
3 |
---
|
4 |
|
5 |
-
#
|
6 |
-
基于内容的图像检索数据集是一个专门用于图像识别和检索技术的集合,它包含了以内容为特征的多种图像类别。该数据集涵盖了“Tribe”(部落)、“Beach”(海滩)、“Architecture”(建筑)、“Bus”(公交车)、“Dinosaur”(恐龙)、“Elephant”(大象)、“Flower”(花卉)、“Horse”(马)、“Mountain”(山)和“Food”(食物)共10个类别的图像,为计算机视觉领域的研究和应用提供了丰富的资源。
|
7 |
-
|
8 |
The content-based image retrieval dataset is a collection specifically designed for image recognition and retrieval technology, encompassing a variety of image categories characterized by their content. This dataset includes images from 10 categories: "Tribe" (tribal), "Beach" (beach), "Architecture" (architecture), "Bus" (bus), "Dinosaur" (dinosaur), "Elephant" (elephant), "Flower" (flower), "Horse" (horse), "Mountain" (mountain), and "Food" (food), providing a rich resource for research and applications in the field of computer vision.
|
9 |
|
10 |
-
##
|
11 |
<https://www.modelscope.cn/datasets/Genius-Society/CBIR/dataPeview>
|
12 |
-
| image | label (10-class) |
|
13 |
-
| :---: | :-----------------------------------------------------------------------------------------------------------------------------------------------------------------------: |
|
14 |
-
| .jpg | 部落(0 Tribe) / 海滩(1 Beach) / 建筑(2 Architecture) / 公交车(3 Bus) / 恐龙(4 Dinosaur) / 大象(5 Elephant) / 花卉(6 Flower) / 马(7 Horse) / 山(8 Mountain) / 食物(9 Food) |
|
15 |
-
|
16 |
|
17 |
-
##
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
18 |
```bash
|
19 |
git clone [email protected]:datasets/Genius-Society/CBIR
|
20 |
cd CBIR
|
21 |
```
|
22 |
|
23 |
-
##
|
24 |
```python
|
25 |
from datasets import load_dataset
|
26 |
|
@@ -29,5 +37,5 @@ for item in ds:
|
|
29 |
print(item)
|
30 |
```
|
31 |
|
32 |
-
##
|
33 |
<https://www.modelscope.cn/datasets/Genius-Society/CBIR>
|
|
|
2 |
license: cc-by-nc-nd-4.0
|
3 |
---
|
4 |
|
5 |
+
# Intro
|
|
|
|
|
6 |
The content-based image retrieval dataset is a collection specifically designed for image recognition and retrieval technology, encompassing a variety of image categories characterized by their content. This dataset includes images from 10 categories: "Tribe" (tribal), "Beach" (beach), "Architecture" (architecture), "Bus" (bus), "Dinosaur" (dinosaur), "Elephant" (elephant), "Flower" (flower), "Horse" (horse), "Mountain" (mountain), and "Food" (food), providing a rich resource for research and applications in the field of computer vision.
|
7 |
|
8 |
+
## Viewer
|
9 |
<https://www.modelscope.cn/datasets/Genius-Society/CBIR/dataPeview>
|
|
|
|
|
|
|
|
|
10 |
|
11 |
+
## Labels
|
12 |
+
| 10-class | label |
|
13 |
+
| :------: | :----------: |
|
14 |
+
| 0 | Tribe |
|
15 |
+
| 1 | Beach |
|
16 |
+
| 2 | Architecture |
|
17 |
+
| 3 | Bus |
|
18 |
+
| 4 | Dinosaur |
|
19 |
+
| 5 | Elephant |
|
20 |
+
| 6 | Flower |
|
21 |
+
| 7 | Horse |
|
22 |
+
| 8 | Mountain |
|
23 |
+
| 9 | Food |
|
24 |
+
|
25 |
+
## Maintenance
|
26 |
```bash
|
27 |
git clone [email protected]:datasets/Genius-Society/CBIR
|
28 |
cd CBIR
|
29 |
```
|
30 |
|
31 |
+
## Usage
|
32 |
```python
|
33 |
from datasets import load_dataset
|
34 |
|
|
|
37 |
print(item)
|
38 |
```
|
39 |
|
40 |
+
## Mirror
|
41 |
<https://www.modelscope.cn/datasets/Genius-Society/CBIR>
|