Go to file
Jakub Pokrywka 3083477263 init
2023-12-08 16:37:03 +01:00
dev-0 init 2023-12-08 16:37:03 +01:00
test-A init 2023-12-08 16:37:03 +01:00
train init 2023-12-08 16:37:03 +01:00
.gitignore init 2023-12-08 16:37:03 +01:00
config.txt init 2023-12-08 16:37:03 +01:00
README.md init 2023-12-08 16:37:03 +01:00

GEval sample challenge

Find tomatos in images.

This is a sample challenge for Gonito framework (finding tomatos in images).

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