Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(multi_object_tracker): object size becomes zero, risk of numeric error and overflow on IoU calculation #6597

Merge branch 'main' into bugfix/tracker-object-size-zero-iou-overflow

c48e7d5
Select commit
Loading
Failed to load commit list.
Merged

fix(multi_object_tracker): object size becomes zero, risk of numeric error and overflow on IoU calculation #6597

Merge branch 'main' into bugfix/tracker-object-size-zero-iou-overflow
c48e7d5
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Mar 12, 2024 in 1s

0.00% of diff hit (target 14.80%)

View this Pull Request on Codecov

0.00% of diff hit (target 14.80%)

Annotations

Check warning on line 146 in perception/multi_object_tracker/src/tracker/model/bicycle_tracker.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

perception/multi_object_tracker/src/tracker/model/bicycle_tracker.cpp#L144-L146

Added lines #L144 - L146 were not covered by tests

Check warning on line 408 in perception/multi_object_tracker/src/tracker/model/bicycle_tracker.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

perception/multi_object_tracker/src/tracker/model/bicycle_tracker.cpp#L408

Added line #L408 was not covered by tests

Check warning on line 410 in perception/multi_object_tracker/src/tracker/model/bicycle_tracker.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

perception/multi_object_tracker/src/tracker/model/bicycle_tracker.cpp#L410

Added line #L410 was not covered by tests

Check warning on line 414 in perception/multi_object_tracker/src/tracker/model/bicycle_tracker.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

perception/multi_object_tracker/src/tracker/model/bicycle_tracker.cpp#L412-L414

Added lines #L412 - L414 were not covered by tests

Check warning on line 416 in perception/multi_object_tracker/src/tracker/model/bicycle_tracker.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

perception/multi_object_tracker/src/tracker/model/bicycle_tracker.cpp#L416

Added line #L416 was not covered by tests

Check warning on line 431 in perception/multi_object_tracker/src/tracker/model/bicycle_tracker.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

perception/multi_object_tracker/src/tracker/model/bicycle_tracker.cpp#L429-L431

Added lines #L429 - L431 were not covered by tests

Check warning on line 163 in perception/multi_object_tracker/src/tracker/model/big_vehicle_tracker.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

perception/multi_object_tracker/src/tracker/model/big_vehicle_tracker.cpp#L161-L163

Added lines #L161 - L163 were not covered by tests

Check warning on line 466 in perception/multi_object_tracker/src/tracker/model/big_vehicle_tracker.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

perception/multi_object_tracker/src/tracker/model/big_vehicle_tracker.cpp#L464-L466

Added lines #L464 - L466 were not covered by tests

Check warning on line 163 in perception/multi_object_tracker/src/tracker/model/normal_vehicle_tracker.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

perception/multi_object_tracker/src/tracker/model/normal_vehicle_tracker.cpp#L161-L163

Added lines #L161 - L163 were not covered by tests

Check warning on line 466 in perception/multi_object_tracker/src/tracker/model/normal_vehicle_tracker.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

perception/multi_object_tracker/src/tracker/model/normal_vehicle_tracker.cpp#L464-L466

Added lines #L464 - L466 were not covered by tests

Check warning on line 151 in perception/multi_object_tracker/src/tracker/model/pedestrian_tracker.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

perception/multi_object_tracker/src/tracker/model/pedestrian_tracker.cpp#L147-L151

Added lines #L147 - L151 were not covered by tests

Check warning on line 332 in perception/multi_object_tracker/src/tracker/model/pedestrian_tracker.cpp

See this annotation in the file changed.

@codecov codecov / codecov/patch

perception/multi_object_tracker/src/tracker/model/pedestrian_tracker.cpp#L328-L332

Added lines #L328 - L332 were not covered by tests