shinseung428
commited on
Commit
•
e031598
1
Parent(s):
cb40a1c
Update README.md
Browse files
README.md
CHANGED
@@ -199,7 +199,7 @@ It contains a wide range of document layouts, from text-heavy pages to complex t
|
|
199 |
The dataset comes with annotations for layout elements such as paragraphs, headings, and tables.
|
200 |
|
201 |
The following options are required for evaluation:
|
202 |
-
- **`--ref_path`**: Specifies the path to the reference JSON file, predefined as `
|
203 |
- **`--pred_path`**: Indicates the path to the predicted JSON file. You can either use a sample result located in the `dataset/sample_results` folder, or generate your own by using the inference script provided in the `scripts` folder.
|
204 |
|
205 |
#### Element detection and serialization evaluation
|
|
|
199 |
The dataset comes with annotations for layout elements such as paragraphs, headings, and tables.
|
200 |
|
201 |
The following options are required for evaluation:
|
202 |
+
- **`--ref_path`**: Specifies the path to the reference JSON file, predefined as `dataset/reference.json` for evaluation purposes.
|
203 |
- **`--pred_path`**: Indicates the path to the predicted JSON file. You can either use a sample result located in the `dataset/sample_results` folder, or generate your own by using the inference script provided in the `scripts` folder.
|
204 |
|
205 |
#### Element detection and serialization evaluation
|