Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 409 Bytes

README.md

File metadata and controls

7 lines (7 loc) · 409 Bytes

Dog_recognition

This project is a easy classfication task. Maybe a good example for pytorch learning. Dataset is downloaded from http://vision.stanford.edu/aditya86/ImageNetDogs/. If you are interested in it. Take a try:

  1. download the Images and Annotations from the link below. unzip them in ./data
  2. python prepare.py to deal with the dataset
  3. python train.py for training
  4. python test.py for test