Skip to content

Latest commit

 

History

History
1 lines (1 loc) · 845 Bytes

File metadata and controls

1 lines (1 loc) · 845 Bytes

INSTRUCTIONS


          This folder contains the source code and required files for the Inception Playground. However, you will have to download the Inception-V3 ImageNet model yourself via this link and include it in the project. All other files such as pictures and the python files can be linked with relative paths, ensure you maintain an absolute path for the imagenet_class_index.json file and the model file (usually inception_v3_weights_tf_dim_ordering_tf_kernels.h5) both in debug mode and production mode. Ensure installation path for the project is pre-determined and the imagenet_class_index.json file and model file is linked via this path.