Hi!
In my previous post I created a sample on how to use ImageAI and OpenCV to detect Hololens from a webcam frame (see references). I added some code to the last sample, and I found that the performance was not very good.

With the previous sample code, I couldn’t process more than 1 frame per second. So, I started to make some improvements and I got this result

Not an amazing one, but still is nice to have more than 1 frame per second analyzed.
I even remove all the camera preview and still works in less than 1FPS.

So, now it’s time to read and learn of the deep code on ImageAI. Fun times!
Happy coding!
Greetings @ Burlington
El Bruno
References
- Detecting Hololens in realtime in webcam feed using ImageAI and OpenCV (thanks to @OlafenwaMoses) https://elbruno.com/2019/08/07/python-detecting-hololens-in-realtime-in-webcam-feed-using-imageai-and-opencv-thanks-to-olafenwamoses/
- Image AI http://imageai.org/
- GitHub, ImageAI https://github.com/OlafenwaMoses/ImageAI
- Train Object Detection AI with 6 lines of code https://medium.com/deepquestai/train-object-detection-ai-with-6-lines-of-code-6d087063f6ff
2 comments