bennetthardwick / darknet.js

A NodeJS wrapper of pjreddie's darknet / yolo.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DARKNET_BUILD_WITH_OPENMNP no longer honored.

vajonam opened this issue · comments

There is typo here in the install-script.sh

OOPENMPPENMP="${DARKNET_BUILD_WITH_OPENMP:-0}";

should be OPENMP="${DARKNET_BUILD_WITH_OPENMP:-0}";

Thanks! I've put out 3.0.3 - hopefully, it fixes this.

Yeah working now.. that alexyab fork is such a noisy compile :-)