├── App.config ├── App.xaml ├── App.xaml.cs ├── MainWindow.xaml ├── MainWindow.xaml.cs ├── Matting.csproj ├── Matting.sln ├── MattingAlg.cs ├── Model ├── MODNET.zip.001 ├── MODNET.zip.002 └── MODNET.zip.003 ├── Properties ├── AssemblyInfo.cs ├── Resources.Designer.cs ├── Resources.resx ├── Settings.Designer.cs └── Settings.settings ├── README.md ├── README_EN.md └── bin ├── Debug └── ScreenCapturer.dll └── Release └── ScreenCapturer.dll /App.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIDajiangtang/MODNET-Matting-tool/HEAD/App.config -------------------------------------------------------------------------------- /App.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIDajiangtang/MODNET-Matting-tool/HEAD/App.xaml -------------------------------------------------------------------------------- /App.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIDajiangtang/MODNET-Matting-tool/HEAD/App.xaml.cs -------------------------------------------------------------------------------- /MainWindow.xaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIDajiangtang/MODNET-Matting-tool/HEAD/MainWindow.xaml -------------------------------------------------------------------------------- /MainWindow.xaml.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIDajiangtang/MODNET-Matting-tool/HEAD/MainWindow.xaml.cs -------------------------------------------------------------------------------- /Matting.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIDajiangtang/MODNET-Matting-tool/HEAD/Matting.csproj -------------------------------------------------------------------------------- /Matting.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIDajiangtang/MODNET-Matting-tool/HEAD/Matting.sln -------------------------------------------------------------------------------- /MattingAlg.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIDajiangtang/MODNET-Matting-tool/HEAD/MattingAlg.cs -------------------------------------------------------------------------------- /Model/MODNET.zip.001: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIDajiangtang/MODNET-Matting-tool/HEAD/Model/MODNET.zip.001 -------------------------------------------------------------------------------- /Model/MODNET.zip.002: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIDajiangtang/MODNET-Matting-tool/HEAD/Model/MODNET.zip.002 -------------------------------------------------------------------------------- /Model/MODNET.zip.003: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIDajiangtang/MODNET-Matting-tool/HEAD/Model/MODNET.zip.003 -------------------------------------------------------------------------------- /Properties/AssemblyInfo.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIDajiangtang/MODNET-Matting-tool/HEAD/Properties/AssemblyInfo.cs -------------------------------------------------------------------------------- /Properties/Resources.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIDajiangtang/MODNET-Matting-tool/HEAD/Properties/Resources.Designer.cs -------------------------------------------------------------------------------- /Properties/Resources.resx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIDajiangtang/MODNET-Matting-tool/HEAD/Properties/Resources.resx -------------------------------------------------------------------------------- /Properties/Settings.Designer.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIDajiangtang/MODNET-Matting-tool/HEAD/Properties/Settings.Designer.cs -------------------------------------------------------------------------------- /Properties/Settings.settings: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIDajiangtang/MODNET-Matting-tool/HEAD/Properties/Settings.settings -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIDajiangtang/MODNET-Matting-tool/HEAD/README.md -------------------------------------------------------------------------------- /README_EN.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIDajiangtang/MODNET-Matting-tool/HEAD/README_EN.md -------------------------------------------------------------------------------- /bin/Debug/ScreenCapturer.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIDajiangtang/MODNET-Matting-tool/HEAD/bin/Debug/ScreenCapturer.dll -------------------------------------------------------------------------------- /bin/Release/ScreenCapturer.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AIDajiangtang/MODNET-Matting-tool/HEAD/bin/Release/ScreenCapturer.dll --------------------------------------------------------------------------------