Closed xhuvom closed 6 years ago
I am running node darknetTest.js from test folder after successfully installing darknet and node-yolo bindings as described on Readme. But it gives segmentation fault. My opencv version is 3.3 and node version is v6.11.4
node darknetTest.js
Hi @xhuvom,
unfortunately, it only works with opencv 2. For example, with 2.4.9.1. See https://github.com/moovel/node-yolo#prerequisites
With opencv 2.4.13, its now working!! Thanks.
I am running
node darknetTest.js
from test folder after successfully installing darknet and node-yolo bindings as described on Readme. But it gives segmentation fault. My opencv version is 3.3 and node version is v6.11.4