Baselight

Find The Car (Object Detection)

Find the car in the image using Object detection.

@kaggle.programmerrdai_find_the_car_object_detection

Create Bbox
@kaggle.programmerrdai_find_the_car_object_detection.create_bbox

  • 63.32 KB
  • 2527 rows
  • 6 columns
imageid

ImageID

xmin

XMin

ymin

YMin

xmax

XMax

ymax

YMax

labels

Labels

000002b66c9c498e0.01250.1484380.1953120.5875/m/0k4j
000002b66c9c498e0.0250.7140630.2765630.948438/m/0k4j
000002b66c9c498e0.1515620.1984370.3109370.590625/m/0k4j
000002b66c9c498e0.256250.6515630.4296880.925/m/0k4j
000002b66c9c498e0.2578120.2359380.3468750.385938/m/0k4j
000002b66c9c498e0.3203120.2609380.368750.328125/m/0k4j
000002b66c9c498e0.41250.1203120.9453120.475/m/0k4j
000002b66c9c498e0.5281250.6750.9234370.964063/m/0k4j
000002b66c9c498e0.0640620.8890630.4921880.99375/m/0k4j
000002b66c9c498e0.3015620.46250.9906250.595312/m/0k4j

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.