Ce monde à inventer !
81.1K views | +1 today
Follow
Ce monde à inventer !
"Technos et humain" depuis Chambéry
Curated by Serge Meunier
Your new post is loading...
Your new post is loading...
Scooped by Serge Meunier
Scoop.it!

Victor Meunier | Engineering student : "Detection and classification of hand poses in Python

Victor Meunier | Engineering student : "Detection and classification of hand poses in Python | Ce monde à inventer ! | Scoop.it

Victor Meunier 011/02/19 : "This project will make use of the following principles : Multithreading, OpenCV, Tensorflow, Keras, SSD, CNN. If you want to follow along I'll detail every step, or you can grab the finished code here on my Github. The readme is pretty detailed and should give you everything to know to install the required packages and use the application...

 

No comment yet.
Scooped by Serge Meunier
Scoop.it!

Victor Meunier | Engineering student : "How to do multithreading with...

Victor Meunier | Engineering student : "How to do multithreading with... | Ce monde à inventer ! | Scoop.it

Victor Meunier 09/02/19 : "You might have experienced an error while trying to use Keras with multiple threads or when using simultaneously a Tensorflow and a Keras model. This is because Keras is not thread safe, and will load your model with the default session, which is the one already used, either by your TF model or another thread with your Keras model...


Don't worry though, the solution is pretty simple and require few changes. Let's dive into the code !..

 

No comment yet.