mirror of https://github.com/vladmandic/human
update
parent
a137e535d3
commit
ffe0a307e5
3
Demos.md
3
Demos.md
|
@ -119,6 +119,9 @@ It highlights functionality such as:
|
||||||
- `node.js`: Demo using NodeJS with CommonJS module
|
- `node.js`: Demo using NodeJS with CommonJS module
|
||||||
Simple demo that can process any input image
|
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
|
```shell
|
||||||
node demo/node.js
|
node demo/node.js
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue