dir.py --- print the file in the dir
data_root = '.' pathDir = os.listdir(data_root) for image_path in pathDir: print image_path