YexingWan / Fast-Portrait-Segmentation

The MNN base implementation of SINet for CPU realtime portrait segmentation
MIT License
63 stars 13 forks source link

where is the "FaceSeg.sln" #2

Closed weiyuxingchen closed 3 years ago

enjustli commented 4 years ago

you can use cmake gui to gen this.

YexingWan commented 4 years ago

We provide the cmakelist file for multi-platform build. If you want to build by VS, just use cmake to generate sln file and load the project in VS. For the way to generate sln by cmake on Windows, Don't forget to provide MNN_INCLUDE_DIRS and MNN_LIBRARY_DIRS when generate. We will update README as soon :>