Datasets:
ArXiv:
License:
Update README
Browse files
README.md
CHANGED
@@ -14,13 +14,13 @@ In short, original images are cropped according to their AOIs, and resized to 22
|
|
14 |
## Data format
|
15 |
|
16 |
Each data sample follows following file naming scheme.
|
17 |
-
`<split>/<class>/<class>_<sequence-id>/<class>_<aoi-id>/<class>_<sequence-id>_<index>_rgb.<jpg-or-json
|
18 |
|
19 |
Images are 8-bit 224×224 pixels compressed JPEGs.
|
20 |
|
21 |
The JSON metadata file format follow the original data. For metadata fields whose value may be different from the original, the original key-values are kept under the field named "orig". Metadata keys are best documented in the [Christie et al. (2018)](https://arxiv.org/abs/1711.07846) - Appendix I.
|
22 |
|
23 |
-
|
24 |
|
25 |
## Data splits
|
26 |
|
|
|
14 |
## Data format
|
15 |
|
16 |
Each data sample follows following file naming scheme.
|
17 |
+
`<split>/<class>/<class>_<sequence-id>/<class>_<aoi-id>/<class>_<sequence-id>_<index>_rgb.<jpg-or-json>`. Each sample consists in one image (JPEG) and one metadata file (JSON). The path without extension constitutes the sample ID.
|
18 |
|
19 |
Images are 8-bit 224×224 pixels compressed JPEGs.
|
20 |
|
21 |
The JSON metadata file format follow the original data. For metadata fields whose value may be different from the original, the original key-values are kept under the field named "orig". Metadata keys are best documented in the [Christie et al. (2018)](https://arxiv.org/abs/1711.07846) - Appendix I.
|
22 |
|
23 |
+
We provide the data archived across multiple tarballs named `<split>-<images-or-metadata>.tar.gz`. For instance, the train images are in `train-images.tar.gz` and metadata in `train-metadata.tar.gz`.
|
24 |
|
25 |
## Data splits
|
26 |
|