PointTrack icon indicating copy to clipboard operation
PointTrack copied to clipboard

test on MOTSChallenge

Open cty-xiaobai opened this issue 5 years ago • 2 comments

hi,I trained a model for tracking people and verified it on the kitti dataset, but an error was reported on the MOTSchalleng dataset: RuntimeError: The size of tensor a (1080) must match the size of tensor b (1024) at non- singleton dimension 1

Looking forward to your reply!

cty-xiaobai avatar Aug 24 '20 07:08 cty-xiaobai

When test on MOTSChallenge, you should adjust the 'Cluster' module (in utils/utils.py) to support the resolution of MOTSChallenge like:

` xm = torch.linspace(0, 2, 2048).view(1, 1, -1).expand(1, 2048, 2048)

ym = torch.linspace(0, 2, 2048).view(1, -1, 1).expand(1, 2048, 2048) `

detectRecog avatar Oct 18 '20 14:10 detectRecog

@cty-xiaobai Hi , can u share how to train on pedestrian and test on MOTS Challenge? I have no idea , but really need this , thanks very much!!!!

EchoAmor avatar Nov 04 '20 02:11 EchoAmor