mirror of
https://github.com/iperov/DeepFaceLab.git
synced 2025-07-07 13:32:09 -07:00
_
This commit is contained in:
parent
46eacd6fd2
commit
deb705ad53
2 changed files with 2 additions and 6 deletions
|
@ -52,7 +52,7 @@ def merge(input_dir):
|
|||
io.log_info(f"No points found in {json_filepath}, skipping.")
|
||||
continue
|
||||
|
||||
dflimg.set_seg_ie_polys (seg_ie_polys)
|
||||
dflimg.set_seg_ie_polys ( seg_ie_polys.dump() )
|
||||
dflimg.save()
|
||||
|
||||
json_filepath.unlink()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue