mobimeo / node-yolo

Node bindings for YOLO/Darknet image recognition library
https://lab.moovel.com/blog/what-you-get-is-what-you-see-nodejs-yolo
MIT License
372 stars 51 forks source link

Segmentation fault on Tests #27

Closed xhuvom closed 6 years ago

xhuvom commented 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

OrKoN commented 6 years ago

Hi @xhuvom,

unfortunately, it only works with opencv 2. For example, with 2.4.9.1. See https://github.com/moovel/node-yolo#prerequisites

xhuvom commented 6 years ago

With opencv 2.4.13, its now working!! Thanks.