ytfeng's picture
Add example outputs and display in README (#59)
237ca2e
|
raw
history blame
805 Bytes

PPHumanSeg

This model is ported from PaddleHub using this script from OpenCV.

Demo

Run the following command to try the demo:

# detect on camera input
python demo.py
# detect on an image
python demo.py --input /path/to/image

Example outputs

webcam demo

messi

License

All files in this directory are licensed under Apache 2.0 License.

Reference