-
Notifications
You must be signed in to change notification settings - Fork 19
feat(analysis_2d): support the analysis_2d
#125
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
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: MasatoSaeki <[email protected]>
4967d2f to
130c149
Compare
Signed-off-by: MasatoSaeki <[email protected]>
Signed-off-by: MasatoSaeki <[email protected]>
tools/analysis_2d/utils.py
Outdated
|
|
||
| @dataclass(frozen=True) | ||
| class Tier4SampleData: | ||
| """Data class to save a sample in the Nuscene format.""" |
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.
T4Dataset format
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.
Fixed in
0cf79fc
KSeangTan
left a comment
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.
Thanks! LGTM overall
Signed-off-by: MasatoSaeki <[email protected]>
Signed-off-by: MasatoSaeki <[email protected]>
|
Thank you for your reviewing! Could you check the changes? |
KSeangTan
left a comment
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.
Thanks @MasatoSaeki
LGTM Overall!
Summary
This PR introduces the
analysis_2dto analyze the 2d detection and 2d classification data.Change point
None. This is a new feature.
Note
Affects only
analysis_2dTest performed
Details