Go to file
Karol Idaszak b84a5cf393 New attempt 2022-12-09 15:23:57 +01:00
dev-0 New attempt 2022-12-09 15:23:57 +01:00
images Initial commit 2022-07-07 13:38:16 +02:00
test-A New attempt 2022-12-09 15:23:57 +01:00
train New attempt 2022-12-09 15:23:57 +01:00
.gitignore Initial commit 2022-07-07 13:38:16 +02:00
README.md Fixes in README 2022-07-12 21:44:49 +02:00
config.txt Fix config 2022-07-12 21:57:03 +02:00
get-annexed-files.sh Add helper script 2022-07-12 21:45:17 +02:00
in-header.tsv Update in-header.tsv 2022-07-13 10:43:35 +02:00
out-header.tsv Initial commit 2022-07-07 13:38:16 +02:00

README.md

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