mirror of
https://github.com/JDAI-CV/fast-reid.git
synced 2025-06-03 14:50:47 +08:00
fix combine all training
This commit is contained in:
parent
57710a9df7
commit
919a515eb7
@ -104,6 +104,7 @@ class Dataset(object):
|
||||
if pid in self._junk_pids:
|
||||
continue
|
||||
pid = self.dataset_name + "_" + str(pid)
|
||||
camid = self.dataset_name + "_" + str(camid)
|
||||
combined.append((img_path, pid, camid))
|
||||
|
||||
_combine_data(self.query)
|
||||
|
Loading…
x
Reference in New Issue
Block a user