Skip to content

Instantly share code, notes, and snippets.

@techwithshadab
Last active August 11, 2019 23:49
Show Gist options
  • Save techwithshadab/78241cb0007efe5b51bf4e020bc2a48c to your computer and use it in GitHub Desktop.
Save techwithshadab/78241cb0007efe5b51bf4e020bc2a48c to your computer and use it in GitHub Desktop.
# train and test with image name along with paths
path = '/final/' # path of your image folder
train_image_name = [path+each for each in train_data['Filename'].values.tolist()]
test_image_name = [path+each for each in test_data['Filename'].values.tolist()]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment