Skip to content

kenkino/plaidvision

 
 

Repository files navigation

plaidvision

Vision network demos

To install (this will install PlaidML:

pip install -r requirements.txt

Run the webcam classifier demo like this:

python plaidvision.py [--plaid|--no-plaid] [MODEL]

You can either use the default model or specify one of the Keras application models directly - model names are "inception_v3", "resnet50", "vgg16", "vgg19", "xception", and "mobilenet".

By default, PlaidML is used as the backend. Specifying --no-plaid will utilize tensorflow, if installed.

About

vision network demos

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%