Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 432 Bytes

File metadata and controls

14 lines (9 loc) · 432 Bytes

image_classifier

torch based animal image classifier vgg, resnet, alexnet

  • Image Folder as --dir with default value 'pet_images'
  • CNN Model Architecture as --arch with default value 'vgg'
  • Text File with Dog Names as --dogfile with default value 'dognames.txt'

python check_images.py --dir pet_images --arch vgg 

pip install torch===1.5.1 torchvision===0.6.1 -f https://download.pytorch.org/whl/torch_stable.html