Go to file
Katarzyna Pierzynska e40c3c3317 my brilliant solution 2023-12-08 19:40:17 +01:00
dev-0 init 2023-12-08 16:37:03 +01:00
test-A my brilliant solution 2023-12-08 19:40:17 +01:00
train init 2023-12-08 16:37:03 +01:00
.gitignore init 2023-12-08 16:37:03 +01:00
README.md init 2023-12-08 16:37:03 +01:00
config.txt init 2023-12-08 16:37:03 +01:00

README.md

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