Ce monde à inventer !
81.1K views | +0 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's blog | Engineering student : "For a 6 months internship

Victor's blog | Engineering student : "For a 6 months internship | Ce monde à inventer ! | Scoop.it

Victor's blog | Engineering student - 23/11/18 : "To end my engineering degree, I'd like to do an internship in the field of Artifical Intelligence. I've been studying AI in UPB as an ERASMUS student, for the beginning of the semester and I felt IN LOVE ! I've been trying to get the most of it by working on different projects in computer vision and machine learning : Sudoku resolver ; Skin and face detection ; Odometry in automous car (research project). I'm available from the 15th of February, 2019 for a 6 months internship…

°°°°°°°°°°°°°°°°°°°
> Web : http://www.victormeunier.com

 

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.
Scooped by Serge Meunier
Scoop.it!

Victor's blog | Engineering student : "Create you own url shortener

Victor's blog | Engineering student : "Create you own url shortener | Ce monde à inventer ! | Scoop.it

Victor Meunier 22/09/18 : "You all know url shortener services like bit.ly, goo.gl, etc.. Their use is simple : You have a long, nasty url, and you want a smaller one. That's exactly what they do ! As I was using them, I asked myself how I could do that.. And here I am, sharing my experience with you...

 

 

No comment yet.