BiSeNet plugin for DeepMake
It can mask faces by the parts of the face, giving you an easy and clean mask with faces.
This repo is the BiSeNet plugin for DeepMake.
This plugin is not meant to be run directly, instead it's built to fit into DeepMake.
To install, you need to download and install Anaconda
Clone this repo into the "plugin" folder of your DeepMake installation.
Next open an Anaconda prompt and go to the folder you cloned into. Run conda env create -f environment.yml
or if on mac conda env create -f environment_mac.yml
to create the environment. Finally, run DeepMake as normal.