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

perf(lidar_centerpoint): add cyclic and processing time #1482

Merged
merged 3 commits into from
Aug 1, 2022

Conversation

yukke42
Copy link
Contributor

@yukke42 yukke42 commented Aug 1, 2022

Description

The same tool as #946.

Screenshot from 2022-08-01 17-13-05

Related links

Tests performed

Notes for reviewers

Pre-review checklist for the PR author

The PR author must check the checkboxes below when creating the PR.

In-review checklist for the PR reviewers

The PR reviewers must check the checkboxes below before approval.

  • The PR follows the pull request guidelines.
  • The PR has been properly tested.
  • The PR has been reviewed by the code owners.

Post-review checklist for the PR author

The PR author must check the checkboxes below before merging.

  • There are no open discussions or they are tracked via tickets.
  • The PR is ready for merge.

After all checkboxes are checked, anyone who has write access can merge the PR.

yukke42 added 2 commits August 1, 2022 17:21
Signed-off-by: yukke42 <yusuke.muramatsu@tier4.jp>
Signed-off-by: yukke42 <yusuke.muramatsu@tier4.jp>
Copy link
Contributor

@yukkysaito yukkysaito left a comment

Choose a reason for hiding this comment

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

LGTM

@yukke42 yukke42 enabled auto-merge (squash) August 1, 2022 08:33
@codecov
Copy link

codecov bot commented Aug 1, 2022

Codecov Report

Merging #1482 (7ea8f87) into main (420b591) will increase coverage by 0.11%.
The diff coverage is 0.00%.

@@            Coverage Diff             @@
##             main    #1482      +/-   ##
==========================================
+ Coverage   10.18%   10.29%   +0.11%     
==========================================
  Files        1135     1119      -16     
  Lines       78538    77689     -849     
  Branches    17891    17886       -5     
==========================================
  Hits         7998     7998              
+ Misses      62922    62073     -849     
  Partials     7618     7618              
Flag Coverage Δ *Carryforward flag
differential 0.00% <0.00%> (?)
total 10.28% <0.00%> (+0.11%) ⬆️ Carriedforward from 3d7a0ce

*This pull request uses carry forward flags. Click here to find out more.

Impacted Files Coverage Δ
perception/lidar_centerpoint/src/node.cpp 0.00% <0.00%> (ø)
perception/tensorrt_yolo/src/nodelet.cpp 0.00% <0.00%> (ø)
perception/tensorrt_yolo/lib/src/trt_yolo.cpp 0.00% <0.00%> (ø)
planning/obstacle_cruise_planner/src/node.cpp 0.00% <0.00%> (ø)
planning/obstacle_cruise_planner/src/utils.cpp 0.00% <0.00%> (ø)
...erception/tensorrt_yolo/lib/include/calibrator.hpp 0.00% <0.00%> (ø)
...eption/tensorrt_yolo/lib/src/plugins/yolo_layer.cu 0.00% <0.00%> (ø)
...ning/obstacle_cruise_planner/src/polygon_utils.cpp 0.00% <0.00%> (ø)
...ption/tensorrt_yolo/lib/src/plugins/nms_plugin.cpp 0.00% <0.00%> (ø)
... and 45 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 420b591...7ea8f87. Read the comment docs.

@yukke42 yukke42 merged commit 245ffba into autowarefoundation:main Aug 1, 2022
@yukke42 yukke42 deleted the centerpoint-debug-tool branch August 1, 2022 09:04
yukke42 referenced this pull request in tier4/autoware.universe Aug 9, 2022
* perf(lidar_centerpoint): add cyclic and processing time

Signed-off-by: yukke42 <yusuke.muramatsu@tier4.jp>

* docs: update README

Signed-off-by: yukke42 <yusuke.muramatsu@tier4.jp>
taikitanaka3 pushed a commit that referenced this pull request Aug 23, 2022
* perf(lidar_centerpoint): add cyclic and processing time

Signed-off-by: yukke42 <yusuke.muramatsu@tier4.jp>

* docs: update README

Signed-off-by: yukke42 <yusuke.muramatsu@tier4.jp>
boyali referenced this pull request in boyali/autoware.universe Sep 28, 2022
* perf(lidar_centerpoint): add cyclic and processing time

Signed-off-by: yukke42 <yusuke.muramatsu@tier4.jp>

* docs: update README

Signed-off-by: yukke42 <yusuke.muramatsu@tier4.jp>
boyali referenced this pull request in boyali/autoware.universe Oct 3, 2022
* perf(lidar_centerpoint): add cyclic and processing time

Signed-off-by: yukke42 <yusuke.muramatsu@tier4.jp>

* docs: update README

Signed-off-by: yukke42 <yusuke.muramatsu@tier4.jp>
boyali referenced this pull request in boyali/autoware.universe Oct 3, 2022
* perf(lidar_centerpoint): add cyclic and processing time

Signed-off-by: yukke42 <yusuke.muramatsu@tier4.jp>

* docs: update README

Signed-off-by: yukke42 <yusuke.muramatsu@tier4.jp>
yukke42 added a commit to tzhong518/autoware.universe that referenced this pull request Oct 14, 2022
…dation#1482)

* perf(lidar_centerpoint): add cyclic and processing time

Signed-off-by: yukke42 <yusuke.muramatsu@tier4.jp>

* docs: update README

Signed-off-by: yukke42 <yusuke.muramatsu@tier4.jp>
0x126 referenced this pull request in tier4/autoware.universe Oct 17, 2022
* perf(lidar_centerpoint): add cyclic and processing time

Signed-off-by: yukke42 <yusuke.muramatsu@tier4.jp>

* docs: update README

Signed-off-by: yukke42 <yusuke.muramatsu@tier4.jp>
boyali referenced this pull request in boyali/autoware.universe Oct 19, 2022
* perf(lidar_centerpoint): add cyclic and processing time

Signed-off-by: yukke42 <yusuke.muramatsu@tier4.jp>

* docs: update README

Signed-off-by: yukke42 <yusuke.muramatsu@tier4.jp>
yhisaki pushed a commit to yhisaki/autoware.universe that referenced this pull request Sep 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants