32 lines
897 B
Markdown
32 lines
897 B
Markdown
Object detection challenge
|
|
=====================================
|
|
|
|
Classify objects and determine their positions on scanned first pages of newspaper images.
|
|
|
|
Find bounding boxes containing given classes:
|
|
|
|
Classes:
|
|
|
|
* `title`
|
|
* `subtitle`
|
|
* `date`
|
|
|
|
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
|
|
|
|
## Metadata
|
|
|
|
Tags: pol, diachronic, computer-vision
|