Baselight

Fake/Real Logo Detection Dataset

A dataset to detect Fake logos using semantic similarity

@kaggle.prosperchuks_fakereal_logo_detection_dataset

File Mapping
@kaggle.prosperchuks_fakereal_logo_detection_dataset.file_mapping

  • 26.06 KB
  • 825 rows
  • 4 columns
filename

Filename

brand_name

Brand Name

label

Label

tagline

Tagline

output\Cowbell\000001.jpgCowbellGenuinesooo creamy sooo gooood
genLogoOutput\Rolex\000003.jpgRolexFakeantiophthalmic_factor crown for every accomplishment .
output\PlayStation\000005.jpgPlayStationGenuineeNoS Lives.
output\YouTube\000004.jpgYouTubeGenuineBroadcast Yourself
genLogoOutput\Lays\000004.jpgLaysFakeeNoS sprightliness .
output\Tiktok\000004.jpgTiktokGenuineMake Your Day.
output\Amazon\000005.jpgAmazonGenuineTaste of Nature
genLogoOutput\Google\000003.jpgGoogleFakefather ’ thyroxin constitute evil
output\Tesla\000001.jpgTeslaGenuineBurn rubber not gasoline
output\Gillette\000005.jpgGilletteGenuineThe Best a Man Can Get.

CREATE TABLE file_mapping (
  "filename" VARCHAR,
  "brand_name" VARCHAR,
  "label" VARCHAR,
  "tagline" VARCHAR
);

Share link

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