Skip to content

Commit

Permalink
fix(pointpainting): recovery default parameter (#6460)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shin-kyoto authored Feb 20, 2024
1 parent 871f8f2 commit b4cd3b0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
iou_nms_target_class_names: ["CAR"]
iou_nms_search_distance_2d: 10.0
iou_nms_threshold: 0.1
score_threshold: 0.4
score_threshold: 0.35
omp_params:
# omp params
num_threads: 1

0 comments on commit b4cd3b0

Please sign in to comment.