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
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!!