perception: add CenterPoint proposal refine hook#15804
Open
sxy0523 wants to merge 1 commit into
Open
Conversation
ca50117 to
cf027fd
Compare
This file contains hidden or 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
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.
Summary
enable_proposal_refine=falseby default.mock_zeroandmock_deltarefinement modes for integration and unit testing without adding runtime quantum dependencies.Scope
Validation
bazel --output_user_root=/tmp/apollo_bazel test --config=cpu --distdir=/tmp/apollo_distdir --repository_cache=/tmp/apollo_repos --disk_cache=/tmp/apollo_build_cache --cache_test_results=no --test_output=errors //modules/perception/lidar_detection:proposal_refine_testbazel --output_user_root=/tmp/apollo_bazel build --config=gpu --config=nvidia --copt=-mavx2 --host_copt=-mavx2 --define ENABLE_PROFILER=true --distdir=/tmp/apollo_distdir --repository_cache=/tmp/apollo_repos --disk_cache=/tmp/apollo_build_cache //modules/perception/lidar_detection:apollo_perception_lidar_detection //modules/perception/lidar_detection:liblidar_detection_component.sobazel --output_user_root=/tmp/apollo_bazel build --config=gpu --config=nvidia --copt=-mavx2 --host_copt=-mavx2 --define ENABLE_PROFILER=true --distdir=/tmp/apollo_distdir --repository_cache=/tmp/apollo_repos --disk_cache=/tmp/apollo_build_cache //modules/perception/lidar_detection:center_point_proposal_refine_cpplint //modules/perception/lidar_detection:proposal_refine_test_cpplintgit diff --checkContributor
Contributor: sxy0523 (史翔宇), 北京交通大学人工智能安全实验室(THETA Lab)
CLA: I have read and agree to the Apollo Individual Contributor License Agreement.