CaptainEven / MCMOT

Real time one-stage multi-class & multi-object tracking based on anchor-free detection and ReID
MIT License
386 stars 82 forks source link

Error at JointDataset? #97

Open AI-Hunter opened 2 years ago

AI-Hunter commented 2 years ago

@CaptainEven Thanks for your nice repo. There are two dataset preparation/loader: MultiScaleJD ans JointDataset

When I am using JointDataset, it produce the following error:

    scale_idx = data_loader.dataset.batch_i_to_scale_i[batch_i]
AttributeError: 'JointDataset' object has no attribute 'batch_i_to_scale_i'

Would you give an idea, how can I solve it? When can I use JointDataset and MultiScaleJD? Thanks

wsw321 commented 10 months ago

have you solve this problem? I meet this problem now.