Baselight

Find The Sports (Object Detection)

Bbox the Images using Object detection

@kaggle.programmerrdai_find_the_sports_object_detection

Loading...
Loading...

About this Dataset

Find The Sports (Object Detection)

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

Tables

Create Bbox

@kaggle.programmerrdai_find_the_sports_object_detection.create_bbox
  • 57.72 KB
  • 2121 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_sports_object_detection.create_image_urls
  • 83.87 KB
  • 4242 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_sports_object_detection.data
  • 19.6 KB
  • 175 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.