Page 1 of 1

Looks like Bisenet-Fp +Ears needs a larger extract box since ears get cut off

Posted: Wed Jun 23, 2021 4:14 am
by swapration

Bisenet-FP with ears option selected is currently broken since the ears get cut off as the face turns towards a side. Looks like it needs a larger extract box like Bisenet-Fp Head.


Re: Looks like Bisenet-Fp +Ears needs a larger extract box since ears get cut off

Posted: Sat Jun 26, 2021 9:10 am
by torzdf

Thanks for the heads up. It's something I may look at in future, but it's not a huge priority for me might now (complication vs benefit ratio is a little off ;) )

I've tagged this with "Suggestion" for me to review if/when I get time


Re: Looks like Bisenet-Fp +Ears needs a larger extract box since ears get cut off

Posted: Thu Jul 01, 2021 4:56 am
by swapration

I was able to fix it by making the ears option use 'head' centering - editing line 34 in bisenet_fp.py to:

self._storage_centering = "head" if self.config["include_hair"] or self.config["include_ears"] else "face"

Tested out the segment options, it's cool how well bisenet_fp can pick and choose so many parts, ended up adding the option to add/remove earrings and neck too to make editing certain things out (or in) faster. Wish there was a way to make the mask include the edge of the face even if it includes some background.