ncnn-portrait-segmentation
This project provides real-time human segmentation based on CPU.
Requirements
- ncnn
- opencv
How to build
mkdir build
cd build
cmake ..
cmake --build . -j4
cd example
./example_portrait_segmentation [input_video_file.mp4]
Demo
TODOs
- Add iOS Demo
Reference
- ncnn
- Model was taken from this repo