Baselight

Find The Apple ( No Not That Apple )

That apple not this apple. Its hard to tell. Object Detection dataset btw

@kaggle.programmerrdai_find_the_apple_no_not_that_apple

Loading...
Loading...

About this Dataset

Find The Apple ( No Not That Apple )

I have used alot of Kaggle Datasets and I want to help the community also. So I hope this helps at least one person.
:)
The data has been taken from Open Images V6
Subset of Apple.
This is a subset of Open Images.
I will update as frequently as possible.

Tables

Create Bbox

@kaggle.programmerrdai_find_the_apple_no_not_that_apple.create_bbox
  • 320.54 KB
  • 13422 rows
  • 6 columns
Loading...

CREATE TABLE create_bbox (
  "imageid" VARCHAR,
  "xmin" DOUBLE,
  "ymin" DOUBLE,
  "xmax" DOUBLE,
  "ymax" DOUBLE,
  "labels" VARCHAR
);

Create Image Urls

@kaggle.programmerrdai_find_the_apple_no_not_that_apple.create_image_urls
  • 528.36 KB
  • 24617 rows
  • 8 columns
Loading...

CREATE TABLE create_image_urls (
  "imageid" VARCHAR,
  "originalurl" VARCHAR,
  "originallandingurl" VARCHAR,
  "xmin" DOUBLE,
  "ymin" DOUBLE,
  "xmax" DOUBLE,
  "ymax" DOUBLE,
  "labels" VARCHAR
);

Data

@kaggle.programmerrdai_find_the_apple_no_not_that_apple.data
  • 195.6 KB
  • 2365 rows
  • 7 columns
Loading...

CREATE TABLE data (
  "path" VARCHAR,
  "xmin" DOUBLE,
  "ymin" DOUBLE,
  "xmax" DOUBLE,
  "ymax" DOUBLE,
  "imageid" VARCHAR,
  "url" VARCHAR
);

Share link

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