deep learning - Real Time Object detection using TensorFlow -


i have started experimenting deep learning , computer vision technologies. came across awesome tutorial. have setup tensorflow environment using docker , trained own sets of objects , provided greater accuracy when tested out.

now want make same more real-time. example, instead of giving image of object input, want utilize webcam , make recognize object of tensorflow. can guys guide me right place start work?

you may want @ tensorflow serving can decouple compute sensors (and distribute computation), or our c++ api. beyond that, tensorflow written emphasizing throughput rather latency, batch samples as can. don't need run tensorflow @ every frame, input webcam should in realm of possibilities. making network smaller, , buying better hardware popular options.


Comments

Popular posts from this blog

php - How to display all orders for a single product showing the most recent first? Woocommerce -

asp.net - How to correctly use QUERY_STRING in ISAPI rewrite? -

angularjs - How restrict admin panel using in backend laravel and admin panel on angular? -