dev-0 | ||
images | ||
test-A | ||
train | ||
.gitignore | ||
config.txt | ||
in-header.tsv | ||
out-header.tsv | ||
README.md |
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 fileconfig.txt
— configuration filetrain/
— directory with training datatrain/in.tsv
— input data for the train settrain/expected.tsv
— expected (reference) data for the train setdev-0/
— directory with dev (test) datadev-0/in.tsv
— input data for the dev setdev-0/expected.tsv
— expected (reference) data for the dev settest-A
— directory with test datatest-A/in.tsv
— input data for the test settest-A/expected.tsv
— expected (reference) data for the test set