2023-12-01 16:37:22 +01:00
2023-12-01 22:33:20 +01:00
PlanktonDetectorChallenge
=====================================
This dataset contains data from WHOI-Plankton dataset: https://github.com/hsosik/WHOI-Plankton
2024-01-22 13:29:38 +01:00
Data was downloaded form http://dx.doi.org/10.1575/1912/7341, sampled, filtered and modified, so that all images have equal size. We created a subset of images leaving those with higher quality and biggest potential for our University Project.
2023-12-01 22:33:20 +01:00
The aim of the project is to detect and identify plancton organisms and their genus.
The metric is Accuracy.
-------------------
* `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