bennetthardwick / darknet.js

A NodeJS wrapper of pjreddie's darknet / yolo.
65 stars 27 forks source link

Update: refactored install script and added macOS support #4

Closed legraphista closed 6 years ago

legraphista commented 6 years ago

Refactored the install script so it's easier to work with and added support for macOS. node-ffi looks for a .dylib but darknet only outputs .so, so we create a symlink from the .so to .dylib

bennetthardwick commented 6 years ago

Looks good to me!