Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 304 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 304 Bytes

CatVsDog

Cat Dog Classification

To Train and Test

Open command Prompt and point to this directory :

Train : python train_network.py --dataset M:/pythonD/DogCat/CatDog --model CatDog.model

Test : python test_network.py --model M:\pythonD\DogCat\CatDog.model --image M:\pythonD\DogCat\cat.jpg