Baselight

Find The Animal (Object Detection)

Find the Animal using Object Detection !

@kaggle.programmerrdai_find_the_animal

Loading...
Loading...

About this Dataset

Find The Animal (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 Anaimls.
This is a subset of Open Images.
I will update as frequently as possible.

Tables

Create Bbox

@kaggle.programmerrdai_find_the_animal.create_bbox
  • 41.42 KB
  • 1395 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_animal.create_image_urls
  • 60.44 KB
  • 2790 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_animal.data
  • 17.48 KB
  • 148 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.