ivbelkin/icevision

bug in the function find_tubelets in icevision/seq_bbox_matching.py

Opened this issue · 0 comments

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)