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
That apple not this apple. Its hard to tell. Object Detection dataset btw
@kaggle.programmerrdai_find_the_apple_no_not_that_apple
CREATE TABLE create_bbox (
"imageid" VARCHAR,
"xmin" DOUBLE,
"ymin" DOUBLE,
"xmax" DOUBLE,
"ymax" DOUBLE,
"labels" VARCHAR
);
CREATE TABLE create_image_urls (
"imageid" VARCHAR,
"originalurl" VARCHAR,
"originallandingurl" VARCHAR,
"xmin" DOUBLE,
"ymin" DOUBLE,
"xmax" DOUBLE,
"ymax" DOUBLE,
"labels" VARCHAR
);
CREATE TABLE data (
"path" VARCHAR,
"xmin" DOUBLE,
"ymin" DOUBLE,
"xmax" DOUBLE,
"ymax" DOUBLE,
"imageid" VARCHAR,
"url" VARCHAR
);
Anyone who has the link will be able to view this.