-
Notifications
You must be signed in to change notification settings - Fork 4
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
docs: comlops dataset design #134
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: Shunsuke Miura <shunsuke.miura@tier4.jp>
Signed-off-by: Shunsuke Miura <shunsuke.miura@tier4.jp>
Signed-off-by: Shunsuke Miura <shunsuke.miura@tier4.jp>
Signed-off-by: Shunsuke Miura <shunsuke.miura@tier4.jp>
miursh
force-pushed
the
docs/comlops_dataset_design
branch
from
July 24, 2024 13:39
ba5cb61
to
c73be9b
Compare
for more information, see https://pre-commit.ci
kminoda
approved these changes
Jul 24, 2024
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
nanoshimarobot
pushed a commit
to nanoshimarobot/tier4_perception_dataset
that referenced
this pull request
Nov 24, 2024
* update README Signed-off-by: Shunsuke Miura <shunsuke.miura@tier4.jp> * remove unintended items from calibrated sensor data Signed-off-by: Shunsuke Miura <shunsuke.miura@tier4.jp> * update ego_pose Signed-off-by: Shunsuke Miura <shunsuke.miura@tier4.jp> * describe co-mlops format Signed-off-by: Shunsuke Miura <shunsuke.miura@tier4.jp> * fix typo Signed-off-by: Shunsuke Miura <shunsuke.miura@tier4.jp> * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Signed-off-by: Shunsuke Miura <shunsuke.miura@tier4.jp> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
This PR expands the T4 dataset format to support the Co-MLOps dataset format.
The
docs/t4_format_3d_detailed.md
document has been updated to reflect these changes.Changes Made:
docs/t4_format_3d_detailed.md
to include support for Co-MLOps dataset format.How to review
How to test
No testing is required for this documentation update.