Go to file
Adam Osiowy 96766f087b Zaktualizuj 'README.md' 2023-04-02 14:53:14 +02:00
dev-0 first solution 2022-12-23 16:51:31 +01:00
images first solution 2022-12-23 16:51:31 +01:00
test-A first solution 2022-12-23 16:51:31 +01:00
train first solution 2022-12-23 16:51:31 +01:00
.gitignore first solution 2022-12-23 16:51:31 +01:00
README.md Zaktualizuj 'README.md' 2023-04-02 14:53:14 +02:00
config.txt first solution 2022-12-23 16:51:31 +01:00

README.md

Book layout

Detect structure of given page.

Format

Each clipping found in a corresponding PDF/DjVu file. Each clipping should be given as L:X0,Y0,X1,Y1, where:

L — label
X0, Y0, X1, Y1 — clipping coordinates (in pixels)

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