node-yolo icon indicating copy to clipboard operation
node-yolo copied to clipboard

Node bindings for YOLO/Darknet image recognition library

Results 10 node-yolo issues
Sort by recently updated
recently updated
newest added

``` node: symbol lookup error: /home/shivaraj/nodeyolo-test/node_modules/@moovel/yolo/build/Release/darknet.node: undefined symbol: cvLoadImage ```

How can I set `classProbThreshold` here? I want YOLO to also give me results, that it is less sure about...

Fixed .gif in README.md.

Changing a small spelling mistake which I stumbled upon.

Hello I tried streaming the ```modified``` chunks to front end using **sockets.io**. Here's a code snippet. on **server side** ``` darknet.detect({ cfg: './cfg/yolo.cfg', weights: './yolo.weights', data: './cfg/coco.data', cameraIndex: 0, frameSkip:...

hi, im using the new yolov3 , i trained the weights in V3 but trying to implement with node.js the interface don't know the convolutional layers of the v3 (...

Hi, I have successfully built darknet and was moving on to installing this package, but the node-gyp compilation fails with the following error: ``` npm install > @moovel/[email protected] install /home/ramindu/projects/darknet/darknet/node_modules/@moovel/yolo...

Is there possibly a way to achieve that ? I was able to get demo up with tensor flow but the frame rates are really low, and In my research...

Excellent work sir! Is it based in darknet's Yolo V2 or V1? Thanks for your efforts. My respect!

Hello again, I'd like to send the `modified` image frame via websockets to a client. For now all what I get is a green image on the client side, I...