Go to file
2023-12-01 22:33:20 +01:00
dev-0 upload files 2023-12-01 22:33:20 +01:00
test-A upload files 2023-12-01 22:33:20 +01:00
train upload files 2023-12-01 22:33:20 +01:00
.gitignore upload files 2023-12-01 22:33:20 +01:00
config.txt upload files 2023-12-01 22:33:20 +01:00
in-header.tsv upload files 2023-12-01 22:33:20 +01:00
out-header.tsv upload files 2023-12-01 22:33:20 +01:00
README.md upload files 2023-12-01 22:33:20 +01:00

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 and filtered, leaving images of 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