datitran / object_detector_app

Real-Time Object Recognition App with Tensorflow and OpenCV

Home Page:https://medium.com/towards-data-science/building-a-real-time-object-recognition-app-with-tensorflow-and-opencv-b7a2b4ebdc32

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Did you get this almost working on real time ?

shamanez opened this issue · comments

I ran this code but still there's this lag. It may be wrong with my machine . I ran this in my laptop with 2GB 920M and 8GB ram.

Hmm have you checked your RAM utilisation? I have 16GB memory. Usually when I run it with a lot of applications open at the same time, things are slow sometimes as well but this applies for any application.

Yeah . I think you are right .

@shamanez can you try this new implementation of mine. It might be performing better on your machine since this one is just drawing the boxes on the image instead of visualizing the images and the boxes together.