Cats And Dogs
Simple Cats and Dogs Binary Classification Dataset
@kaggle.marquis03_cats_and_dogs
Simple Cats and Dogs Binary Classification Dataset
@kaggle.marquis03_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.
CREATE TABLE train (
"image_file" VARCHAR,
"category" BIGINT
);CREATE TABLE val (
"image_file" VARCHAR,
"category" BIGINT
);Anyone who has the link will be able to view this.