Guest User

Untitled

a guest
Jan 22nd, 2019
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. # determine the # of image paths in training/validation/testing directories
  2. totalTrain = len(list(paths.list_images(config.train_path)))
  3. totalVal = len(list(paths.list_images(config.val_path)))
  4. totalTest = len(list(paths.list_images(config.test_path)))
Add Comment
Please, Sign In to add comment