Baselight

Cats And Dogs

Simple Cats and Dogs Binary Classification Dataset

@kaggle.marquis03_cats_and_dogs

Loading...
Loading...

About this Dataset

Cats And Dogs

This dataset is a simple cat and dog binary classification dataset with 2 categories, where the training set contains 275 annotated images and the validation set contains 70 annotated images. The whole dataset is 10.3MB in total, which can be used for fast model validation, performance evaluation, small dataset training and so on.

Tables

Train

@kaggle.marquis03_cats_and_dogs.train
  • 14.26 KB
  • 275 rows
  • 2 columns
Loading...

CREATE TABLE train (
  "image_file" VARCHAR,
  "category" BIGINT
);

Val

@kaggle.marquis03_cats_and_dogs.val
  • 5.72 KB
  • 70 rows
  • 2 columns
Loading...

CREATE TABLE val (
  "image_file" VARCHAR,
  "category" BIGINT
);

Share link

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