forked from deepfakes/faceswap
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- PEP8 Fixes - Remove config for non NN Masks - Tidy up defaults helptext - cli.py fix typos - Remove unused imports and functions _base.py - Standardize input_size param - Enable and update documentation - Change references from `aligner` to `masker` - Change input_size, output_size and coverage_ratio from kwargs to params - Move load_aligned to batch input iterator - Remove unnecessary self.input param - Add softmax layer append function to KSession - Remove references to KSession protected objects - Standardize plugin output into finalize method - Make masks full frame and add to lib.faces_detect - Add masks to alignments.json (temporary zipped base64 solution)
- Loading branch information
Showing
21 changed files
with
222 additions
and
502 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
plugins.extract.mask._base module | ||
====================================== | ||
|
||
.. automodule:: plugins.extract.mask._base | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
plugins.extract.mask package | ||
============================== | ||
|
||
Submodules | ||
---------- | ||
|
||
.. toctree:: | ||
|
||
plugins.extract.mask._base | ||
|
||
Module contents | ||
--------------- | ||
|
||
.. automodule:: plugins.extract.mask | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,6 +8,7 @@ Subpackages | |
|
||
plugins.extract.align | ||
plugins.extract.detect | ||
plugins.extract.mask | ||
|
||
Submodules | ||
---------- | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.