Open QikaiXu opened 3 years ago
The function find_tubelets in icevision/seq_bbox_matching.py, won't add the tubelet which end up with the last frame. So I suggest to add the following code before return tubelets
return tubelets
for tubelet in current_tubelets: tubelets.append(tubelet)
The function find_tubelets in icevision/seq_bbox_matching.py, won't add the tubelet which end up with the last frame. So I suggest to add the following code before
return tubelets