Opencv4nodejs: install error

Created on 20 Nov 2018  路  10Comments  路  Source: justadudewhohacks/opencv4nodejs

I have installed cmake & windows build tools on windows 10.
Where should we run this command?
I am trying to run below command inside opencv4nodejs-master folder.
npm install --save opencv4nodejs

All 10 comments

err
I am running auto build inside opencv4nodejs-master folder

can you help in installation?

The error message pretty much says it. Why are you installing opencv4nodejs in the opencv4nodejs folder. I dont understand what you are trying to do.

Sorry, beginner in nodejs.
opencv4nodejs installation successful.
Then ran npm i in open opencv4nodejs-master folder.
How can I run the examples?

cd into the examples folder, type npm install and then run one of the examples, e.g. node matchFeatures.js.

Thanks for your response.

Facing an issue in running facemark example.
Error: could not find landmarks model.

Other examples are running fine.

Facing an issue in running facemark example.
Error: could not find landmarks model.

Can you please help?

You need to download the model (see error message). Closing here, since installation issue is solved.

Ok, thank you

There was no "face" folder in data folder. So I created "face" folder & copied the lbfmodel.yaml there.
And ran node facemark.js.
Still the error exists!!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

pabx06 picture pabx06  路  4Comments

Paulito-7 picture Paulito-7  路  5Comments

YaronHershkovitz picture YaronHershkovitz  路  6Comments

OluAgunloye picture OluAgunloye  路  3Comments

seanquijote picture seanquijote  路  6Comments