ZhiboRao / MattingPlugin

MattingPlugin for Linux, MacOS.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

MattingPlugin for Linux, MacOS.

License:GNU Lesser General Public License v2.1


Languages

Language:C++ 70.6%Language:CMake 21.6%Language:Shell 4.2%Language:C 3.6%