Skip to content

Instantly share code, notes, and snippets.

@MercyMarkus
Created April 18, 2019 15:03
Show Gist options
  • Save MercyMarkus/7f732e3610210232c9d8d8fec076db27 to your computer and use it in GitHub Desktop.
Save MercyMarkus/7f732e3610210232c9d8d8fec076db27 to your computer and use it in GitHub Desktop.
test_imgs = [i for i in test.iterdir()]
hold_imgs = [i for i in lb_test.iterdir()]
combined_test = test_imgs + hold_imgs
len(combined_test)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment