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
  • 42.41 kB
  • 1,395 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
  • 61.89 kB
  • 2,790 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.9 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.