Different alignment files?
Hi there, i have extracted the faces from several different videos and also some other pictures, they all have their own and individual alignment files, does it cause any trouble ? if so is there any way to extract faces from different videos all at once and is classified in the same alignment file.
furthermore, i have receive an error while trying to clean the alignment files
the error is as below ...
Code: Select all
Traceback (most recent call last):
File "C:\Users\User\faceswap\lib\cli\launcher.py", line 182, in execute_script
process.process()
File "C:\Users\User\faceswap\tools\alignments\alignments.py", line 40, in process
job.process()
File "C:\Users\User\faceswap\tools\alignments\jobs.py", line 678, in process
self._update_png_headers()
File "C:\Users\User\faceswap\tools\alignments\jobs.py", line 712, in _update_png_headers
face.from_alignment(self._alignments.get_faces_in_frame(frame)[new_index])
IndexError: list index out of range
as index out of range , i am guessing the index which for the number for each images have to be exact as the alignment file,
but i might be wrong tho, can anybody help me