-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NodeJS Module Error #2
Comments
Try running npm start in your anaconda env. |
Still same error is showing up! |
is your code running successfully? Have you removed all the errors. |
First error happens when you didn't install face_recognition and it's dependent modules.Try installing those again using conda or pip. Make sure all packages in that .yml are installed properly.Even then you may face issues due to incompatible versions of opencv and tensorflow.That also you may need to resolve to make it working locally . |
Thanks I resolved the issue, I disabled the eager execution by tf.compat.v1.disable_eager_execution() , to get ride of error, is there any impact on program performance |
Hi, @srijanreddy98 . will you please provide the pre-trained model face_encodings.pkl to run this project. seems like it's missing from the project |
Hi Srijan,
I have started the mongodb server and installed all the node dependencies as per instructed but still i am getting errors. Please help me resolve it. It's quite urgent.
I've attached the screenshot:
The text was updated successfully, but these errors were encountered: