Results 2 issues of parai

Hi: With below code added to GazeML/src/core/model.py inference_generator, I can successfully export the GazeML to a frozen graph gaze.pb with the weights loaded by saver: ```python sess = self._tensorflow_session from...

I want to firstly have a try of this drowsy detection model with a live video from camera, but as I see from [extract_features.py](https://github.com/nishagandhi/DrowsyDriverDetection/blob/master/extract_features.py), the model "/home/tejas/Desktop/Course-Project-CV/output_graph.pb" which used to...