Skip to content

Commit

Permalink
bugfix: Switch - for _ in bisenet mask
Browse files Browse the repository at this point in the history
  • Loading branch information
torzdf committed May 19, 2021
1 parent 903da47 commit c0a1b7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/plugin_loader.py
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ def get_available_extractors(extractor_type, add_none=False, extend_plugin=False
and item.name.endswith(".py")]
if extend_plugin and extractor_type == "mask" and "bisenet-fp" in extractors:
extractors.remove("bisenet-fp")
extractors.extend(["bisenet-fp-face", "bisenet-fp-head"])
extractors.extend(["bisenet-fp_face", "bisenet-fp_head"])

extractors = sorted(extractors)
if add_none:
Expand Down

0 comments on commit c0a1b7f

Please sign in to comment.