Skip to content

Latest commit

 

History

History
74 lines (63 loc) · 2.83 KB

MODEL_ZOO.md

File metadata and controls

74 lines (63 loc) · 2.83 KB

M3DETR Model Zoo and Baselines

Introduction

This file documents a collection of models reported in our paper.

How to Read the Tables

  • The "Name" column contains a link to the config file.
  • Note that ”l” and ”h” represent layer number and head dimension of M3 Transformers, respectively. "Top" denotes the number of proposals used for keypoint sampling from RPN stage. ”Rel. Trans.” and ”Rep. and Scal. Trans.” refer to mutual-relation trans-former, and multi-representation and multi- scale transformer, respectively. "mAP" represents 3D mean average precision (mAP) on LEVEL_1 difficulty in the Vehicle class with IoU threshold of 0.7 on the full 202 Waymo Validation Set.

Waymo Open Dataset Model Zoo

Name L_Rel_Trans H_Rel_Trans L_Scal_Trans H_Scal_Trans Top mAP download
M3DETR 2 4 2 4 1000 75.68 model
M3DETR 2 4 2 4 1500 75.71 model

KITTI Dataset Model Zoo

Name L_Rel_Trans H_Rel_Trans L_Scal_Trans H_Scal_Trans Top download
M3DETR 2 4 1 8 1000 model