bennetthardwick / darknet.js

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

Add: DARKNET_BUILD_WITH_GPU & DARKNET_BUILD_WITH_CUDNN #5

Closed legraphista closed 6 years ago

legraphista commented 6 years ago

Added external variable check for:

They only accept 1 or 0 and directly modify the makefile before make with the requested options

bennetthardwick commented 6 years ago

Thanks a bunch!