mirror of
https://github.com/iperov/DeepFaceLab.git
synced 2025-08-14 10:46:59 -07:00
_
This commit is contained in:
parent
46eacd6fd2
commit
deb705ad53
2 changed files with 2 additions and 6 deletions
|
@ -259,12 +259,8 @@ class DFLJPG(object):
|
|||
|
||||
self.dfl_dict['ie_polys'] = ie_polys
|
||||
|
||||
def get_seg_ie_polys(self): return self.dfl_dict.get('seg_ie_polys',None)
|
||||
def get_seg_ie_polys(self): return self.dfl_dict.get('seg_ie_polys',None)
|
||||
def set_seg_ie_polys(self, seg_ie_polys):
|
||||
if seg_ie_polys is not None and \
|
||||
not isinstance(seg_ie_polys, dict):
|
||||
seg_ie_polys = seg_ie_polys.dump()
|
||||
|
||||
self.dfl_dict['seg_ie_polys'] = seg_ie_polys
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue