predict_tomato_gonito/README.md

23 lines
749 B
Markdown
Raw Normal View History

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