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

Create Bbox
@kaggle.programmerrdai_find_the_apple_no_not_that_apple.create_bbox

  • 320.54 KB
  • 13422 rows
  • 6 columns
imageid

ImageID

xmin

XMin

ymin

YMin

xmax

XMax

ymax

YMax

labels

Labels

000002b66c9c498e0.01250.1484380.1953120.5875/m/014j1m
000002b66c9c498e0.0250.7140630.2765630.948438/m/014j1m
000002b66c9c498e0.1515620.1984370.3109370.590625/m/014j1m
000002b66c9c498e0.256250.6515630.4296880.925/m/014j1m
000002b66c9c498e0.2578120.2359380.3468750.385938/m/014j1m
000002b66c9c498e0.3203120.2609380.368750.328125/m/014j1m
000002b66c9c498e0.41250.1203120.9453120.475/m/014j1m
000002b66c9c498e0.5281250.6750.9234370.964063/m/014j1m
000002b66c9c498e0.0640620.8890630.4921880.99375/m/014j1m
000002b66c9c498e0.3015620.46250.9906250.595312/m/014j1m

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

Share link

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