Datasets:
Thibault Clérice
commited on
Commit
•
2c1f39f
1
Parent(s):
6a59d9d
Fix README.md
Browse files
README.md
CHANGED
@@ -50,18 +50,32 @@ An annotation guide is available [here](https://github.com/DEFI-COLaF/LADaS/blob
|
|
50 |
|
51 |
## Dataset Structure
|
52 |
|
53 |
-
|
54 |
-
|
55 |
-
-
|
56 |
-
|
57 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
58 |
|
59 |
#### Annotation process
|
60 |
|
61 |
-
The annotation process is described in the [dataset paper](https://inria.hal.science/hal-
|
62 |
|
63 |
#### Who are the annotators?
|
64 |
|
|
|
|
|
|
|
|
|
|
|
|
|
65 |
|
66 |
## Citation
|
67 |
|
@@ -69,7 +83,7 @@ The annotation process is described in the [dataset paper](https://inria.hal.sci
|
|
69 |
|
70 |
```tex
|
71 |
@misc{Clerice_Layout_Analysis_Dataset,
|
72 |
-
author = {Clérice, Thibault and Janès, Juliette and Scheithauer, Hugo and Bénière, Sarah and
|
73 |
title = {{Layout Analysis Dataset with SegmOnto (LADaS)}},
|
74 |
url = {https://github.com/DEFI-COLaF/LADaS}
|
75 |
}
|
|
|
50 |
|
51 |
## Dataset Structure
|
52 |
|
53 |
+
You'll find 8 fields in the parquet:
|
54 |
+
|
55 |
+
- `image_path` is a string identifier for the file
|
56 |
+
- `year` is the year of production. It can be null.
|
57 |
+
- `dating-certainty` is used to specify when a date is automatically provided based on a date range and a century range. They will usually be centuries, such as 1600.
|
58 |
+
- `set` represents the subset of the data, there are a few, including `theatre` for plays, `monographies` for monographs, `theses` for PhD thesis, etc.
|
59 |
+
- `image` contains the image
|
60 |
+
- `width` and `height` are quite clear...
|
61 |
+
- `objects` is a dictionary with entries:
|
62 |
+
- `bbox` which represents a series of bbox using the COCO / YOLO format (tuple of relative center_x, center_y, width, height)
|
63 |
+
- `category` which contains a plain text representation of the annotation class of each bbox. There are 41 classes, further described on the annotation guide.
|
64 |
+
- `objects` can contain an empty `bbox` list and an empty `category` list: it means the image does not contain any objects.
|
65 |
+
### Annotations
|
66 |
|
67 |
#### Annotation process
|
68 |
|
69 |
+
The annotation process is described in the [dataset paper](https://inria.hal.science/hal-04513725).
|
70 |
|
71 |
#### Who are the annotators?
|
72 |
|
73 |
+
- Clérice, Thibault
|
74 |
+
- Janès, Juliette
|
75 |
+
- Scheithauer, Hugo
|
76 |
+
- Bénière, Sarah
|
77 |
+
- Bougrelle, Roxane
|
78 |
+
- [Anonymous place holder until a paper is published]
|
79 |
|
80 |
## Citation
|
81 |
|
|
|
83 |
|
84 |
```tex
|
85 |
@misc{Clerice_Layout_Analysis_Dataset,
|
86 |
+
author = {Clérice, Thibault and Janès, Juliette and Scheithauer, Hugo and Bénière, Sarah and Bougrelle, Roxane and Romary, Laurent and Sagot, Benoit},
|
87 |
title = {{Layout Analysis Dataset with SegmOnto (LADaS)}},
|
88 |
url = {https://github.com/DEFI-COLaF/LADaS}
|
89 |
}
|