-
Notifications
You must be signed in to change notification settings - Fork 680
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(pointpainting): refined the fusion callback and updated the model #4314
feat(pointpainting): refined the fusion callback and updated the model #4314
Conversation
Signed-off-by: tzhong518 <[email protected]>
Signed-off-by: tzhong518 <[email protected]>
Signed-off-by: tzhong518 <[email protected]>
Signed-off-by: tzhong518 <[email protected]>
Signed-off-by: tzhong518 <[email protected]>
Signed-off-by: tzhong518 <[email protected]>
Signed-off-by: tzhong518 <[email protected]>
Signed-off-by: tzhong518 <[email protected]>
Signed-off-by: tzhong518 <[email protected]>
Signed-off-by: tzhong518 <[email protected]>
Signed-off-by: tzhong518 <[email protected]>
Codecov ReportPatch coverage has no change and project coverage change:
Additional details and impacted files@@ Coverage Diff @@
## main #4314 +/- ##
==========================================
- Coverage 15.04% 13.90% -1.14%
==========================================
Files 1508 1444 -64
Lines 103805 101333 -2472
Branches 31727 26875 -4852
==========================================
- Hits 15615 14088 -1527
- Misses 71160 71788 +628
+ Partials 17030 15457 -1573
*This pull request uses carry forward flags. Click here to find out more.
☔ View full report in Codecov by Sentry. |
Signed-off-by: tzhong518 <[email protected]>
perception/image_projection_based_fusion/config/pointpainting.param.yaml
Outdated
Show resolved
Hide resolved
perception/image_projection_based_fusion/src/pointpainting_fusion/preprocess_kernel.cu
Outdated
Show resolved
Hide resolved
perception/image_projection_based_fusion/src/pointpainting_fusion/node.cpp
Outdated
Show resolved
Hide resolved
Signed-off-by: tzhong518 <[email protected]>
Signed-off-by: tzhong518 <[email protected]>
Signed-off-by: tzhong518 <[email protected]>
…g518/autoware.universe into feature/pointpainting_5cls
@tzhong518 |
Signed-off-by: tzhong518 <[email protected]>
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
video_1280.mp4 |
Description
Related links
Tests performed
ros2 launch image_projection_based_fusion pointpainting_fusion.launch.xml input/rois0:=/perception/object_recognition/detection/rois0 input/camera_info0:=/sensing/camera/camera0/camera_info input/rois1:=/perception/object_recognition/detection/rois1 input/camera_info1:=/sensing/camera/camera1/camera_info input/rois2:=/perception/object_recognition/detection/rois2 input/camera_info2:=/sensing/camera/camera2/camera_info input/rois3:=/perception/object_recognition/detection/rois3 input/camera_info3:=/sensing/camera/camera3/camera_info input/rois4:=/perception/object_recognition/detection/rois4 input/camera_info4:=/sensing/camera/camera4/camera_info input/rois5:=/perception/object_recognition/detection/rois5 input/camera_info5:=/sensing/camera/camera5/camera_info input/rois_number:=6 input/pointcloud:=/sensing/lidar/top/outlier_filtered/pointcloud
Notes for reviewers
Interface changes
Effects on system behavior
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.
Post-review checklist for the PR author
The PR author must check the checkboxes below before merging.
After all checkboxes are checked, anyone who has write access can merge the PR.