Open guoyuntu opened 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:
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: