yuhangzang / OV-DETR

[Under preparation] Code repo for "Open-Vocabulary DETR with Conditional Matching" (ECCV 2022)
202 stars 20 forks source link

training with MOT17 #26

Open noreenanwar opened 2 months ago

noreenanwar commented 2 months ago

Thank you for ur amazing work. I just want to ask that I am trying ti train ur work on mot2017 but I meet this error always I don't know why I have .pkl file wrt my dataset loading annotations into memory... Done (t=0.42s) creating index... index created! Loaded Categories: [] cat2label mapping: {} Category IDs: [] cat2label mapping: {} loading annotations into memory... Done (t=0.01s) creating index... index created! loading annotations into memory... Done (t=0.01s) creating index... index created! Loaded Categories: [] cat2label mapping: {} Category IDs: [] cat2label mapping: {} Start training All keys in model.clip_feat: dict_keys([1]) Category labels: {} Current key: 1 Warning: Category ID 1 not found in cat2label Warning: Category ID -1 not found in clip_feat Warning: Category ID 59 not found in clip_feat Warning: Category ID 25 not found in clip_feat Warning: Category ID 45 not found in clip_feat Warning: Category ID 37 not found in clip_feat Warning: Category ID 22 not found in clip_feat Warning: Category ID 49 not found in clip_feat Warning: Category ID 54 not found in clip_feat Warning: Category ID 62 not found in clip_feat Warning: Category ID 24 not found in clip_feat Warning: Category ID 27 not found in clip_feat Warning: Category ID 15 not found in clip_feat

assert (boxes1[:, 2:] >= boxes1[:, :2]).all() AssertionError