hou-yz/open-reid-tracking

运行过程遇到一些问题

Closed this issue · 1 comments

szh91 commented

我想用PCB在mark1501上训练,我数据集路径是./Data/Market-1501-v15.09.15,
然后运行 CUDA_VISIBLE_DEVICES=0 python3 PCB.py -d ./Data/Market-1501-v15.09.15 --train
出现这样错误:

PCB.py: error: argument -d/--dataset: invalid choice: './Data/Market-1501-v15.09.15' (choose from 'aic_reid', 'aic_tracking', 'duke_reid', 'duke_tracking', 'market1501', 'veri')

thanks for your feedback.
please fetch the latest update 7a40462 for fixes.
please try to specify your dataset argument as -d market1501 and the dataset directory argument as --data-dir ./Data.
otherwise, you can also modify the dataset file to change the default dataset folder from ~/Data/Market-1501-v15.09.15 to whatever suits your mind in

self.root = osp.join(root, 'Market-1501-v15.09.15')
.