deep-anpr
deep-anpr copied to clipboard
Real-time detection with deep-anpr 🔥
Hey guys,
I'm new to machine learning, so sorry in advance if what I'm proposing is stupid 😅
In one of TensorFlow's example iOS projects, they allow real-time classification using the inception graph.
Would it be possible to output this neural network as a .pb
graph file and then use it for real-time detection, similar to the TensorFlow iOS example project?
In my mind, it seems like it would work except the fact that the way the detection works is by using a sliding window instead of directly inputting the whole image into the neural network. Is it still possible to achieve real-time detection with the current architecture?