ArunMichaelDsouza / tensorflow-image-detection

A generic image detection program that uses Google's Machine Learning library, Tensorflow and a pre-trained Deep Learning Convolutional Neural Network model called Inception.
MIT License
328 stars 88 forks source link

Added new features #14

Open binary-person opened 5 years ago

binary-person commented 5 years ago

Implemented the function of saving SavedModel, checkpoint, and CTRL+C to save

Reference to issue: #12

ArunMichaelDsouza commented 5 years ago

Hi @scheng123, thanks a lot for the PR! I tried running the code but there seems to be an error with the __future__ imports occurring below the standard import statement -

Screen Shot 2019-05-02 at 8 24 10 PM

Can you please fix this so that I can merge it in the master branch. Also, it would be great if you could explain the benefits of the features being added and how to use them.

Thanks again.