23 lines
1.1 KiB
Markdown
23 lines
1.1 KiB
Markdown
|
|
PlanktonDetectorChallenge
|
|
=====================================
|
|
|
|
This dataset contains data from WHOI-Plankton dataset: https://github.com/hsosik/WHOI-Plankton
|
|
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.
|
|
|
|
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 |