How to connect webcam and convolutional neural network to classify in real time ?
1 visualizzazione (ultimi 30 giorni)
Mostra commenti meno recenti
I have train neural network with accuracy of 80%. But I dont know how to compare it in real time by using webcam. Can you help me out?
5 Commenti
Walter Roberson
il 28 Mag 2018
The classification routines do not care where you get the data. So just write functions that accept data and run it through the classification routines, and then feed it through something you got by running snapshot() instead of readFrame()
Risposte (0)
Vedere anche
Categorie
Scopri di più su Deep Learning Toolbox in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!