All Projects → JDonini → cats-and-dogs-classification

JDonini / cats-and-dogs-classification

Licence: MIT license
The Oxford-IIIT-Pet dataset - Image classification using CNN

Programming Languages

python
139335 projects - #7 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to cats-and-dogs-classification

Lectures
Oxford Deep NLP 2017 course
Stars: ✭ 15,162 (+75710%)
Mutual labels:  oxford

Cats and Dogs Classification

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.

Step 1

get dataset:

  • bash utils/get_dataset.sh

Step 2

preprocessing the dataset:

  • bash rul_all_preprocessing.sh

Step 3

Creation of the training model:

  • bash run_all_models.sh

Step 4

To run the TensorBoard, open a new terminal and run the command below. Then, open http://localhost:6006/ in your web browser.

  • script/
  • choose your model
  • tensorboard --logdir='./logs' --port=6006
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].