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:
|
2022-07-12 21:44:49 +02:00
|
|
|
|
|
|
|
* `title`
|
|
|
|
* `subtitle`
|
|
|
|
* `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
|
2022-07-12 21:44:49 +02:00
|
|
|
|
|
|
|
## Metadata
|
|
|
|
|
|
|
|
Tags: pol, diachronic, computer-vision
|