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

refactor(centerpoint, pointpainting): rearrange ML model and package params #915

Merged
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix: param
Signed-off-by: badai-nguyen <dai.nguyen@tier4.jp>
badai-nguyen committed Apr 18, 2024
commit 631398961760ff7506bb48ef4fcd97031690a9c4
Original file line number Diff line number Diff line change
@@ -16,8 +16,6 @@
iou_nms_threshold: 0.1
yaw_norm_thresholds: [0.3, 0.3, 0.3, 0.3, 0.0]
score_threshold: 0.35
has_twist: false
has_variance: false
densification_params:
world_frame_id: map
num_past_frames: 1
Original file line number Diff line number Diff line change
@@ -14,7 +14,9 @@
iou_nms_threshold: 0.1
score_threshold: 0.45
yaw_norm_thresholds: [0.3, 0.3, 0.3, 0.3, 0.0]
has_twist: false
densification_params:
world_frame_id: "map"
num_past_frames: 1
omp_params:
# omp params
num_threads: 1