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