1. 19 Sep, 2022 1 commit
  2. 14 Sep, 2022 1 commit
  3. 17 Jan, 2022 1 commit
    • Jiajun Deng's avatar
      Add dynamic voxelization and config for voxel r-cnn on Waymo Open Dataset (#760) · 1376e610
      Jiajun Deng authored
      * add dynamic pillar vfe
      
      * make the upperbound unaccessible
      
      * add place holder for voxel generation
      
      * add DynPillarVFE
      
      * add PFNLayerV2
      
      * add try except for torch_scatter package
      
      * add dynamic pillar in readme
      
      * add the cfg file of centerpoint with dynamic pillar
      
      * recover original mask_points_by_range
      
      * masking points with points_coords out of grid_size
      
      * add dynamic voxelization and config for voxel_rcnn
      1376e610
  4. 15 Jan, 2022 1 commit
    • djiajunustc's avatar
      Add DynamicPillarVFE (#754) · 0f4d3f1f
      djiajunustc authored
      * add dynamic pillar vfe
      
      * make the upperbound unaccessible
      
      * add place holder for voxel generation
      
      * add DynPillarVFE
      
      * add PFNLayerV2
      
      * add try except for torch_scatter package
      
      * add dynamic pillar in readme
      
      * add the cfg file of centerpoint with dynamic pillar
      0f4d3f1f
  5. 20 May, 2021 1 commit
    • Cody Reading's avatar
      Support Monocular 3D Detector CaDDN (#538) · aaf9cbeb
      Cody Reading authored
      * Added CaDDN detector and support for image, depth map, and 2D GT box
      dataloading
      
      * Moved image flip augmentation to augmentor_utils
      
      * Updated default get item list to include points
      
      * Moved utils functions into transform_utils
      
      * Combined FFE + F2V into ImageVFE, renamed FFE to FFN, moved depth downsample into data_processor
      
      * Updated README with updated CaDDN weights
      
      * Updated comments for image vfe
      aaf9cbeb
  6. 30 Jul, 2020 1 commit
  7. 23 Jun, 2020 2 commits