Skip to content

feat(BEVFusion): release BEVFusion 2.8.x#217

Merged
KSeangTan merged 195 commits into
tier4:mainfrom
KSeangTan:feat/release_bevfusion_2_8
Jun 22, 2026
Merged

feat(BEVFusion): release BEVFusion 2.8.x#217
KSeangTan merged 195 commits into
tier4:mainfrom
KSeangTan:feat/release_bevfusion_2_8

Conversation

@KSeangTan

@KSeangTan KSeangTan commented Jun 15, 2026

Copy link
Copy Markdown
Collaborator

Summary

This PR mainly releases BEVFusion/2.8.x with the following main changes:

  • Update the training batch_size from 8 to 16. [1], [2]
  • Add traffic_cone and barrier to output classes. [3], [4]
  • Filter training bboxes by distance. [5], [6]
  • Filter evaluation bboxes by number of points (>= 2). [6], [7]
  • Add number of points per voxel from 10 to 32. [8], [9]
  • Add projects/BEVFusion/bevfusion/bevfusion_voxel_encoder.py for custom voxel encoder layer, and simplify SinCos encoder. [10]
  • Simplify sparse to dense in sparse conv encoder. [11]
  • Purge custom LayerNorm in mmdeploy. [12]
  • Simplify max-pooling and topk selection. [13]
  • Add new TP errors to the documentations.

Performance

LargeBus

ap_center_distance_bev mean_tp_error_center_distance_bev

J6Gen2

ap_center_distance_bev mean_tp_error_center_distance_bev

JPNTaxi_Gen2

ap_center_distance_bev mean_tp_error_center_distance_bev

J6Gen2_Base

ap_center_distance_bev mean_tp_error_center_distance_bev

Base

ap_center_distance_bev mean_tp_error_center_distance_bev

@KSeangTan KSeangTan changed the title Feat/release bevfusion 2 8 feat(BEVFusion): release BEVFusion 2.8.x Jun 21, 2026
@KSeangTan KSeangTan self-assigned this Jun 22, 2026
@KSeangTan KSeangTan requested a review from jacoblambert June 22, 2026 14:22
@KSeangTan KSeangTan merged commit 78b66a7 into tier4:main Jun 22, 2026
2 checks passed
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.

1 participant