Tamer Tahamoqa

Results 41 comments of Tamer Tahamoqa
trafficstars

Hi geek-ash, Could you specify what Operating System you are working on? I have tried to recreate this issue on Ubuntu 18.04 on a virtualenv and a conda environment but...

A rather strange suggestion, but try installing numpy version 1.16.2 instead of version 1.14

I will try recreating this issue on Windows 10 tomorrow hopefully, could you provide a screenshot of your installed packages in the virtualenv by doing a pip list command?

Hello geek-ash, I am honestly confused. I have tried recreating this issue on Windows 10 on a virtualenv and conda environment but I also have had no issues. I have...

The issue is that you are running the server using the 'flask run' command, the models get defined and instantiated in the "if __ name __ == '__ main __...

Hi hussainanver52, I am not sure to be honest. Since the server is running the pnet model part of the MTCNN face detection model should be loaded when the server...

Hello @FongMi You could use K-Nearest Neighbours with a distance threshold since in effect it would be the same calculations as in this repository. You could also collect at least...

Hi sai0905, You would first need to install an IP camera stream application on the phone then connect it to the same network the server would be using and start...

No, eye blink detection is not available in this repository as the MTCNN face detection model I am using does not detect eye landmarks. This blog post will be helpful...