bennetthardwick / darknet.js

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

Adds: darknet experimental class with serial async #9

Closed bennetthardwick closed 6 years ago

bennetthardwick commented 6 years ago

Adds the DarknetExperimental class to test serial async. Detections will still be run in their own thread, but they will now run and resolve in order.

Solves #8