crop-title-date_01/README.md

27 lines
872 B
Markdown
Raw Normal View History

2022-07-08 09:33:53 +02:00
Object detection challenge
2022-07-07 13:38:16 +02:00
=====================================
2022-07-08 09:33:53 +02:00
Classify objects and determine their positions on scanned first pages of newspaper images.
Find bounding boxes containing given classes:
Classes:
`TYTUŁ` — title
`PODTYTUŁ` — subtitle
`DATA` — date
2022-07-07 13:38:16 +02:00
Directory structure
-------------------
* `README.md` — this file
* `config.txt` — configuration file
* `train/` — directory with training data
* `train/in.tsv` — input data for the train set
* `train/expected.tsv` — expected (reference) data for the train set
* `dev-0/` — directory with dev (test) data
* `dev-0/in.tsv` — input data for the dev set
* `dev-0/expected.tsv` — expected (reference) data for the dev set
* `test-A` — directory with test data
* `test-A/in.tsv` — input data for the test set
* `test-A/expected.tsv` — expected (reference) data for the test set