Go to file
Katarzyna Pierzyńska d796ebbe6d Dodanie 'test-A/out.tsv' 2023-12-08 19:51:11 +01:00
dev-0 new_correct_data 2023-12-08 15:36:52 +01:00
images Initial 2023-12-01 18:08:04 +01:00
test-A Dodanie 'test-A/out.tsv' 2023-12-08 19:51:11 +01:00
train new_correct_data 2023-12-08 15:36:52 +01:00
.gitignore Initial 2023-12-01 18:08:04 +01:00
README.md Zaktualizuj 'README.md' 2023-12-07 21:56:00 +01:00
config.txt config changed 2023-12-07 21:54:47 +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