The Oxford-IIIT-Pet dataset - Image classification using CNN
The Oxford-IIIT Pet Dataset.
The problem is to classify each breed of animal presented in the dataset.
The first step was to classify breeds between dogs and cats, after doing this the breeds of dogs and cats were classified separatelythe, and finally, mixed the races and made the classification, increasing the degree of difficulty of problem.
get dataset:
preprocessing the dataset:
Creation of the training model:
To run the TensorBoard, open a new terminal and run the command below. Then, open http://localhost:6006/ in your web browser.