Arun Michael Dsouza

Results 26 comments of Arun Michael Dsouza

Hi @peinan, if the module is being used directly inside a script tag then you need to specify ``type="module"`` for it to work - ``` ```

The problem is that the module is being loaded on the server side (in the nodejs context). Try loading it dynamically and then use it in your app - ```javascript...

Hi @scheng123, thanks a lot for the PR! I tried running the code but there seems to be an error with the ``__future__`` imports occurring below the standard import statement...

In that case, you can try to go with generic [object detection](https://github.com/tensorflow/models/tree/master/research/object_detection). [Open Face](https://github.com/cmusatyalab/openface) is another good project that you can check out for this purpose.

It might be possible that the input files from the data set are not being read correctly. If the file is not there or incorrectly provided, TF would try to...

Hi @Tuymaz, I believe numpy needs to be installed with pip depending on the python version - ``` pip install numpy ``` Or for python3, use ``` pip3 install numpy...

HI @gptshubham595, which version of python are you using?

Seems to be some issue with the tensorflow API compatibility. May I please know which version are you using?

Can you please tell me which version of Python and Tensorflow you are running?

Try running it in the bash shell directly on windows. You might already have it installed on your system, if not please follow this article - https://www.howtogeek.com/249966/how-to-install-and-use-the-linux-bash-shell-on-windows-10/