-
Notifications
You must be signed in to change notification settings - Fork 13
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: #376 annotationless support perception class #377
feat: #376 annotationless support perception class #377
Conversation
Co-authored-by: Kosuke Takeuchi <[email protected]>
Co-authored-by: Kosuke Takeuchi <[email protected]>
Co-authored-by: Kosuke Takeuchi <[email protected]>
Co-authored-by: Kosuke Takeuchi <[email protected]>
driving_log_replayer/driving_log_replayer/annotationless_perception.py
Outdated
Show resolved
Hide resolved
クラスごとにrange書き換え可能なこと確認できました!
シナリオに書かれたクラスのみ評価だと思うので、Trcukはsummaryには出てくるけど評価していないで合ってますか? |
@kosuke55 Passed: 評価して成功 こんな感じかな。 |
if self.__container.get(class_name) is None: | ||
self.__container[class_name] = Deviation( | ||
name=class_name, | ||
condition=ClassConditionValue.get_default_condition(), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
はい。TRUCKは条件に記載がないので評価はしてないです。Diagで出てきてるので、メトリクス計算のために集計はしています。
なるほどです!ここで追加する必要あるのかなと思ったのですが、メトリクス計算集計のために必要なのですね!
Passed: 評価して成功 こんな感じかな。 良さそうですね!
BUSのどのメトリクスでfailしたのか見れると良いなと思いました |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
動作確認できたのでapproveしました! |
@kosuke55 |
ログのメッセージの更新 |
ありがとうございます! min,max,meanごとにpassrange設定できること確認しました。
失敗したときのメトリクスの詳細も見れました。
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
もう一度approveです!
Types of PR
Description
How to review this PR
Need to update cli before testing locally
Others
colcon test fails because of pytest version 8.1
ros2/launch#765
The test is working in my local environment with pytest version 6.25.