update

master
Vladimir Mandic 2021-04-19 11:24:11 -04:00
parent a137e535d3
commit ffe0a307e5
1 changed files with 3 additions and 0 deletions

@ -119,6 +119,9 @@ It highlights functionality such as:
- `node.js`: Demo using NodeJS with CommonJS module
Simple demo that can process any input image
Note that you can run demo as-is and it will perform detection on provided sample images,
or you can pass a path to image to analyze, either on local filesystem or using URL
```shell
node demo/node.js
```