inference-engine-node
inference-engine-node copied to clipboard
Bringing the hardware accelerated deep learning inference to Node.js and Electron.js apps.
Bumps [pathval](https://github.com/chaijs/pathval) from 1.1.0 to 1.1.1. Release notes Sourced from pathval's releases. v1.1.1 Fixes a security issue around prototype pollution. Commits db6c3e3 chore: v1.1.1 7859e0e Merge pull request #60 from...
This PR can fix all the failed cases caused by using `String` to check class. The sample looks like: ``` it('readNetwork should return a Network object', async () => {...
It includes loading CPU extensions by AddExtension and GPU extensions by SetConfig. The native sample code could be found at https://github.com/opencv/dldt/blob/2020/inference-engine/samples/classification_sample_async/main.cpp#L83 for CPU extension and https://github.com/opencv/dldt/blob/2020/inference-engine/samples/classification_sample_async/main.cpp#L89 for GPU extension. Please...
https://github.com/intel/webml-polyfill/tree/master/examples/image_classification
Please refer to https://github.com/intel/inference-engine-node/tree/master/example/hello_object_detection_ssd_node
Test "InferRequest.getBlob should throw for invalid arguments" fails against OpenVINO 2020.1.
Test "Core.getVersions should return a map" fails. It turns an object currently. We can fix it later once n-api supports Map. see nodejs/node-addon-api#472 for details.