ivbelkin / icevision

7 stars 0 forks source link

bug in the function find_tubelets in icevision/seq_bbox_matching.py #31

Open QikaiXu opened 3 years ago

QikaiXu commented 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

for tubelet in current_tubelets:
    tubelets.append(tubelet)