Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -16,7 +16,7 @@ In most cases, a wrapper is not similar to any other wrapper, and a category sim
|
|
| 16 |
|
| 17 |
## Contents
|
| 18 |
|
| 19 |
-
The dataset consists of
|
| 20 |
|
| 21 |
|
| 22 |
```
|
|
@@ -35,7 +35,7 @@ vuurwerkverkenner-data
|
|
| 35 |
└─── wrappers
|
| 36 |
└─── 0
|
| 37 |
└─── wrapper.jpg
|
| 38 |
-
└───meta.json
|
| 39 |
```
|
| 40 |
|
| 41 |
The first level of folders (`fireworks_0`, `fireworks_1`, ...) corresponds to the category.
|
|
@@ -44,7 +44,7 @@ For each wrapper, one or multiple images may be present.
|
|
| 44 |
In each case, `wrapper.jpg` should be present, which is a scan of the full wrapper.
|
| 45 |
Additionally, other images may be present as well, such as the entire fireworks article or a schematic drawing of its contents.
|
| 46 |
|
| 47 |
-
In `meta.json`, we store both *metadata* and *reference embeddings* for the firework categories. It has the following structure:
|
| 48 |
|
| 49 |
```
|
| 50 |
{
|
|
|
|
| 16 |
|
| 17 |
## Contents
|
| 18 |
|
| 19 |
+
The dataset consists of 185 categories, containing 332 unique wrappers in total. The dataset is organized as follows:
|
| 20 |
|
| 21 |
|
| 22 |
```
|
|
|
|
| 35 |
└─── wrappers
|
| 36 |
└─── 0
|
| 37 |
└─── wrapper.jpg
|
| 38 |
+
└───meta.json.gz
|
| 39 |
```
|
| 40 |
|
| 41 |
The first level of folders (`fireworks_0`, `fireworks_1`, ...) corresponds to the category.
|
|
|
|
| 44 |
In each case, `wrapper.jpg` should be present, which is a scan of the full wrapper.
|
| 45 |
Additionally, other images may be present as well, such as the entire fireworks article or a schematic drawing of its contents.
|
| 46 |
|
| 47 |
+
In `meta.json.gz`, we store both *metadata* and *reference embeddings* for the firework categories. It has the following structure:
|
| 48 |
|
| 49 |
```
|
| 50 |
{
|