Datasets:

ArXiv:
License:
jbourcier commited on
Commit
bde9935
·
1 Parent(s): 7c6a7c9

Update README

Browse files
Files changed (1) hide show
  1. README.md +2 -2
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`. 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
- **Tarballs.** we provide the data archived across multiple tarballs named `<split>-<modality>.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
 
 
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