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

Feat/v0.19.2/multi tracker sanitize update #1903

Merged
merged 6 commits into from
Mar 13, 2025

Conversation

TadaKazuto
Copy link

@TadaKazuto TadaKazuto commented Mar 11, 2025

Description

Update sanitization(prune) process to fix the issue of temp lost for a laying adult found in LSim perception test

追加したソートの考え方:
Known objects(NO-UNKNOWN objs)かどうかを第一条件、meas timeを第二条件としてソートすることで、tracking objの削除が発生する場合は、”必ずインデックスの小さい方が大きい方を消す”ようにして、forループ以後の処理を単純化
(
Added sorting concept:
By sorting with known objects (NO-UNKNOWN objs) as the first condition and mean time as the second condition, when a tracking obj is deleted, the smaller index will always delete the larger one, so that simplifying the processing after the for loop.
)

Related links

TBD

Parent Issue:

  • Link

How was this PR tested?

Minimum test on evaluator to check there is no side effect
https://evaluation.tier4.jp/evaluation/reports/04ac5b9d-1229-5171-8360-f8d67ce2d7fa?project_id=x2_dev

ベンチマークでは98.1->98.6と0.5ptの改善(最後のcommitを取り入れると98.7まで改善)
image

Notes for reviewers

None.

Interface changes

None.

Effects on system behavior

None.

@TadaKazuto
Copy link
Author

まずは変更点の可視化から。
必要な情報は後から足します。

@TadaKazuto TadaKazuto requested a review from technolojin March 12, 2025 01:13
@technolojin technolojin self-assigned this Mar 12, 2025
Copy link

@YoshiRi YoshiRi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM
Please test with x2 scenario test

@TadaKazuto TadaKazuto force-pushed the feat/v0.19.2/multi-tracker-sanitize-update branch from a0e57c1 to 3aabafd Compare March 13, 2025 01:09
@TadaKazuto TadaKazuto merged commit 66de3dc into test/v0.19.1 Mar 13, 2025
15 of 18 checks passed
@TadaKazuto TadaKazuto deleted the feat/v0.19.2/multi-tracker-sanitize-update branch March 13, 2025 01:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants