Skip to content

Commit

Permalink
BugFix: FaceFilter
Browse files Browse the repository at this point in the history
  • Loading branch information
torzdf committed Jun 19, 2019
1 parent 416c52e commit 4725f8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/fsmedia.py
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ def get_items(self):
face_filter = dict(detector=self.args.detector.replace("-", "_").lower(),
aligner=self.args.aligner.replace("-", "_").lower(),
loglevel=self.args.loglevel,
multiprocess=self.args.multiprocess)
multiprocess=not self.args.singleprocess)
filter_lists = dict()
if hasattr(self.args, "ref_threshold"):
face_filter["ref_threshold"] = self.args.ref_threshold
Expand Down

0 comments on commit 4725f8a

Please sign in to comment.