TypeError: Can't mix strings and bytes in path components
python script/dataset/combine_trainval_sets.py --market1501_im_dir ./Dataset/market1501/images --market1501_partition_file ./Dataset/market1501/partitions.pkl --cuhk03_im_dir ./Dataset/cuhk03/detected/images --cuhk03_partition_file ./Dataset/cuhk03/detected/partitions.pkl --duke_im_dir ./Dataset/duke/images --duke_partition_file ./Dataset/duke/partitions.pkl --save_dir ./Dataset/market1501_cuhk03_duke
Traceback (most recent call last):
File "script/dataset/combine_trainval_sets.py", line 140, in
Why not download the provided data set directly?In addition, have you run through this code? I encountered some difficulties.