- Notifications
You must be signed in to change notification settings - Fork1
excamera/tensorflow-scripts
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
This repository contains Tensorflow Programs to perform Label Extraction using the ImageNet Library
Follow instructions here to install the required libraries:
https://www.tensorflow.org/versions/r0.10/get_started/os_setup.htmlThe recommended way is to do pip install. If you already have an old installed version of tensorflow or protobuf, please do a clean uninstall and install the latest 0.10.x version. Older versions seem to have compatibility issues with the ImageNet Library. After installation, please run the "hello-world" example to check if tensorflow is imported properly.
If Pillow is not installed, use "pip install pillow". This is Python's Imaging Library which we use for image manipulation.
pip install numpy
About
Tensorflow programs
Resources
Uh oh!
There was an error while loading.Please reload this page.