You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I tried your implementation and it works fine, it blurred the background pretty well, but I don't have the same performance you show in video in the README.md, Could there be a problem with the way I set up the project? I couldn't install cuda, so i set up the older version of keras-deeplab-v3-plus. Now I'm having like 1 frame per second, how many do you have? I now that the slowest part is when deeplab_model.predict is called but I don't understand where the method predict is.
Thanks in advance.
I'm running this on:
Ubuntu 18.04
Proccessor model: Intel(R) Core(TM) i7-7500U CPU @ 2.70GHz
The text was updated successfully, but these errors were encountered:
Thanks for trying it. You didn't mention your GPU spec so I'm guessing you are trying this on a CPU which is why you're seeing a lower frame rate in my opinion.
I need to get back to my code and try this again since it's been a while but I think 1 FPS is too low
Hi, I tried your implementation and it works fine, it blurred the background pretty well, but I don't have the same performance you show in video in the README.md, Could there be a problem with the way I set up the project? I couldn't install cuda, so i set up the older version of keras-deeplab-v3-plus. Now I'm having like 1 frame per second, how many do you have? I now that the slowest part is when deeplab_model.predict is called but I don't understand where the method predict is.
Thanks in advance.
I'm running this on:
The text was updated successfully, but these errors were encountered: