ondyari / FaceForensics

Github of the FaceForensics dataset
http://niessnerlab.org/projects/roessler2018faceforensics.html
Other
2.37k stars 538 forks source link

Extract_images every_nth parameter issue #57

Open guoyuntu opened 3 years ago

guoyuntu commented 3 years ago

I notice that the every_nth parameter in file 'extract_image.py' is not working since a typo in the code.

Line 139:
elif absolute_num is not None and every_nth > 0: should be elif every_nth is not None and every_nth > 0: