Yuantao Feng
add PPHumanSeg from PaddleHub conversion (#5)
9e6c549
|
raw
history blame
705 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

License

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

Reference