Cysu / dgd_person_reid

Domain Guided Dropout for Person Re-identification
http://arxiv.org/abs/1604.07528
231 stars 94 forks source link

./merge_dbs.sh error #40

Open 695874419 opened 6 years ago

695874419 commented 6 years ago

Traceback (most recent call last): File "tools/merge_lists_single_task.py", line 48, in main(args) File "tools/merge_lists_single_task.py", line 18, in main train_files, train_labels = read_kv(osp.join(db_dir, 'train.txt')) File "/home/software_mount/wty/dgd_person_reid/tools/../utils/core.py", line 45, in read_kv arr = read_list(file_path, coding) File "/home/software_mount/wty/dgd_person_reid/tools/../utils/core.py", line 26, in read_list with open(file_path, 'r') as f:

IOError: [Errno 2] No such file or directory: 'external/exp/db/train.txt'

Cysu commented 6 years ago

@695874419 Did you follow our instructions in https://github.com/Cysu/dgd_person_reid#prepare-data?