/MattingPlugin

MattingPlugin for Linux, MacOS.

Primary LanguageC++GNU Lesser General Public License v2.1LGPL-2.1

This is project for matting, which is based on c++

1. How to use

1.1 download pytorch lib

you can find this lib from Pytorch website, and put it into ./3rd folder.

download websit

1.3 download pytorch lib

you can find this lib from OpenCV website, and put it into ./3rd folder. download websit

1.4 install opencv

If you use windows, you can directly install the library (choose the location and click the next step). If you use Linux or macOS, you must compile the source code (you can find the document from opencv website).

2. Project Structure

.
├── 3rd # source code
│   ├── libtorch/
│   └── ...
├── src
│   ├── Test
│   ├── MattingPlugin
│   └── ...
├── LICENSE
├── build.sh
├── clean.sh
├── CMakeLists.txt
└── README.md