Baselight

Multi Label Image Classification Dataset

Used for finding human interest based on social media photo

@kaggle.meherunnesashraboni_multi_label_image_classification_dataset

Multilabel Classification 2
@kaggle.meherunnesashraboni_multi_label_image_classification_dataset.multilabel_classification_2

  • 82.92 KB
  • 8968 rows
  • 18 columns
image_name

Image Name

n__classes_motorcycle_truck_boat_bus_cycle_person_dese_571695ad

Classes(motorcycle, Truck, Boat, Bus, Cycle, Person, Desert, Mountains, Sea, Sunset, Trees, Sitar, Ektara, Flutes, Tabla, Harmonium)

motorcycle

Motorcycle

truck

Truck

boat

Boat

bus

Bus

cycle

Cycle

person

Person

desert

Desert

mountains

Mountains

sea

Sea

sunset

Sunset

trees

Trees

sitar

Sitar

ektara

Ektara

flutes

Flutes

tabla

Tabla

harmonium

Harmonium

image1.jpg bus person11
image2.jpg sitar1
image3.jpg flutes1
image4.jpg bus trees11
image5.jpg bus1
image6.jpg sitar ektara tabla111
image7.jpg sitar tabla11
image8.jpg sitar ektara tabla111
image9.jpg person tabla11
image10.jpg sitar1

CREATE TABLE multilabel_classification_2 (
  "image_name" VARCHAR,
  "n__classes_motorcycle_truck_boat_bus_cycle_person_dese_571695ad" VARCHAR,
  "motorcycle" BIGINT,
  "truck" BIGINT,
  "boat" BIGINT,
  "bus" BIGINT,
  "cycle" BIGINT,
  "person" BIGINT,
  "desert" BIGINT,
  "mountains" BIGINT,
  "sea" BIGINT,
  "sunset" BIGINT,
  "trees" BIGINT,
  "sitar" BIGINT,
  "ektara" BIGINT,
  "flutes" BIGINT,
  "tabla" BIGINT,
  "harmonium" BIGINT
);

Share link

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