update code structure
parent
d9997b40d6
commit
63ebdf5071
|
@ -120,4 +120,4 @@ class VideoDataset(Dataset):
|
|||
imgs.append(img)
|
||||
imgs = torch.cat(imgs, dim=0)
|
||||
|
||||
return imgs, pid, camid
|
||||
return imgs, pid, camid
|
||||
|
|
Loading…
Reference in New Issue