35 file_path_list = [
'cam_a',
'cam_b']
37 for file_path
in file_path_list:
39 img_list = glob(os.path.join(train_path, file_path,
"*.bmp"))
40 for img_path
in img_list:
41 img_name = img_path.split(
'/')[-1]
43 data.append([img_path, pid, camid])