Created
September 3, 2022 06:07
-
-
Save tucan9389/09d386dac791547ef6ff336a50be79f5 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import glob | |
# get all absolute paths of jpg images reculsively from the `path` | |
files = glob.glob(path + '/**/*.jpg', recursive=True) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment