Update README.md
Browse files
README.md
CHANGED
|
@@ -17,10 +17,10 @@ We provide the RICO and PubLayNet datasets with the same split as in the LayoutD
|
|
| 17 |
For more information on how to extract the data, you can take a look at the dataloader in our GitHub repository.
|
| 18 |
|
| 19 |
**RICO**
|
| 20 |
-
- ldm_rico_(train/val/test).pt: regular data
|
| 21 |
-
- ldm_lex_rico_(train/val/test).pt: data with layout elements sorted in lexographical order (is used by the model if `dataset.lex_order=True`)
|
| 22 |
|
| 23 |
**PubLayNet**
|
| 24 |
-
- publaynet_(train/val/test).pt: regular data
|
| 25 |
-
- ldm_lex_publaynet_(train/val/test).pt: data with layout elements sorted in lexographical order (is used by the model if `dataset.lex_order=True`)
|
| 26 |
-
- publaynet_(train/val/test)_inoue.pt: regular data, but split following LayoutDM (Inoue et al., CVPR 2023)
|
|
|
|
| 17 |
For more information on how to extract the data, you can take a look at the dataloader in our GitHub repository.
|
| 18 |
|
| 19 |
**RICO**
|
| 20 |
+
- `ldm_rico_(train/val/test).pt`: regular data
|
| 21 |
+
- `ldm_lex_rico_(train/val/test).pt`: data with layout elements sorted in lexographical order (is used by the model if `dataset.lex_order=True`)
|
| 22 |
|
| 23 |
**PubLayNet**
|
| 24 |
+
- `publaynet_(train/val/test).pt`: regular data
|
| 25 |
+
- `ldm_lex_publaynet_(train/val/test).pt`: data with layout elements sorted in lexographical order (is used by the model if `dataset.lex_order=True`)
|
| 26 |
+
- `publaynet_(train/val/test)_inoue.pt`: regular data, but split following LayoutDM (Inoue et al., CVPR 2023)
|