"In the evaluate function, when calling the compute_tapvid_metrics function, the variable pred_occluded is set to pred_occluded[0, track_idx] = 0. Is there a problem with this line of code? Should it be pred_occluded[0, track_idx][pred_track['frame_ids']] = 0
Looking forward to your response.