loicmarie / sign-language-alphabet-recognizer

Simple sign language alphabet recognizer using Python, openCV and tensorflow for training Inception model (CNN classifier).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wrong Filenames in Classify.py

DennisFaucher opened this issue · comments

train.py creates trained_graph.pb and trained_labels.txt. calssify.py tries to open output_graph.pb and output_labels.txt.

can you elaborate please?