Baselight

Hymenoptera Species Detection (Sting Bites)

Image files of Hymenoptera species, two classes, ants and bees

@kaggle.sandeepmajumdar_hymenoptera

Loading...
Loading...

About this Dataset

Hymenoptera Species Detection (Sting Bites)

This dataset contains images of Hymenoptera species. It was downloaded from DPhi practice challenge on 29 Aug 2022. Original link is: https://dphi.tech/challenges/data-sprint-87-hymenoptera-species-recognition/255/data

There are images in two classes: ants and bees.

Task is to classify the images.

Tables

Testing Set

@kaggle.sandeepmajumdar_hymenoptera.testing_set
  • 3.03 KB
  • 120 rows
  • 3 columns
Loading...

CREATE TABLE testing_set (
  "fil" VARCHAR,
  "nam" VARCHAR,
  "unnamed_2" VARCHAR
);

Training Set

@kaggle.sandeepmajumdar_hymenoptera.training_set
  • 3.65 KB
  • 277 rows
  • 2 columns
Loading...

CREATE TABLE training_set (
  "filename" VARCHAR,
  "label" VARCHAR
);

Share link

Anyone who has the link will be able to view this.