"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.
"In the
evaluatefunction, when calling thecompute_tapvid_metricsfunction, the variablepred_occludedis set topred_occluded[0, track_idx] = 0.Is there a problem with this line of code? Should it bepred_occluded[0, track_idx][pred_track['frame_ids']] = 0Looking forward to your response.