DTUComputeCognitiveSystems / AI_playground

A set of demos for teaching and introducing students to advanced AI-models with few prerequisites.
Apache License 2.0
5 stars 1 forks source link

Object recognition seems slow, alternativ viewer than Matplotlib. #3

Closed NorthGuard closed 6 years ago

fnielsen commented 6 years ago

Yes. Currently the camera capture and image display are waiting for the neural network. If you have two threads it may be more smooth. I wonder if the students would be confused by the extra complexity?

NorthGuard commented 6 years ago

Hmmm we now have multi-threading and processing for fetching camera-feed. I think Matplotlib is the problem.

NorthGuard commented 6 years ago

We stick with Matplotlib, because that is what the students will learn to use.