Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 582 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 582 Bytes

DeepLearningDatasetSplits

Scripts to split the Image datasets into train and test sets

UCSD BIRDS 200

Heirarchy of the setup:

Place the script in the same directory as the images (dowload) and the train/test text split files (download)

  |
  |--ucsd_birds_test_train_split.py
  |--images (downloaded images)
  |--train (will be created by script itself)
  |--test (will be created by script itself)
  |--train.txt
  |--test.txt