Skip to content

Commit

Permalink
bugfix: Extract: Add video_meta to alignments dict
Browse files Browse the repository at this point in the history
  • Loading branch information
torzdf committed Sep 26, 2022
1 parent c79175c commit 220335f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/extract.py
Original file line number Diff line number Diff line change
Expand Up @@ -427,5 +427,6 @@ def _output_faces(self, saver: Optional[ImagesSaver], extract_media: ExtractMedi
continue
final_faces.append(face.to_alignment())

self._alignments.data[os.path.basename(extract_media.filename)] = dict(faces=final_faces)
self._alignments.data[os.path.basename(extract_media.filename)] = dict(faces=final_faces,
video_meta={})
del extract_media

0 comments on commit 220335f

Please sign in to comment.