bennetthardwick / darknet.js

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

v1.3.9 on npm #19

Closed snakamura closed 5 years ago

snakamura commented 5 years ago

I tried to install darknet.js with opencv enabled, and found that DARKNET_BUILD_WITH_OPENCV didn't work in v1.3.8 which is the latest version published on npm. The issue has already been fixed by #16, and I was able to install it with opencv from the repo.

Do you plan to release v1.3.9 to npm anytime soon?

bennetthardwick commented 5 years ago

Hey @snakamura! I've just done it - I must have forgotten those 3 months ago. You can install darknet@1.3.9 from npm now.

snakamura commented 5 years ago

@bennetthardwick Great, thank you!