1. 17 Aug, 2022 4 commits
  2. 13 Aug, 2022 1 commit
  3. 19 Jul, 2022 1 commit
  4. 04 Jul, 2022 1 commit
  5. 02 Jul, 2022 4 commits
  6. 22 Jun, 2022 7 commits
  7. 18 Jun, 2022 2 commits
  8. 16 Jun, 2022 1 commit
  9. 06 Jun, 2022 1 commit
  10. 30 May, 2022 3 commits
  11. 13 Apr, 2022 1 commit
  12. 07 Apr, 2022 1 commit
  13. 29 Mar, 2022 2 commits
  14. 12 Mar, 2022 1 commit
  15. 21 Feb, 2022 1 commit
  16. 18 Feb, 2022 1 commit
  17. 10 Feb, 2022 2 commits
    • Jiajun Deng's avatar
      Fix a small bug in random_world_translation() (#797) · 6aff8be6
      Jiajun Deng authored
      * add cbgs_dyn_pp_centerpoint.yaml
      
      * add cbgs_voxel01_res3d_centerpoint.yaml
      
      * add support of centerpoint on Nuscenes in README
      
      * add translation augmentation, re-implement the performance of CenterPoints with 0.075m voxels
      
      * cover the original world translation augmentation
      
      * modify random_translation_along_X
      
      * fix a small bug in random_world_translation()
      6aff8be6
    • Jiajun Deng's avatar
      Rewrite world translation augmentation, and re-implement CenterPoint with voxel_size=0.075 (#795) · 7402f693
      Jiajun Deng authored
      * add cbgs_dyn_pp_centerpoint.yaml
      
      * add cbgs_voxel01_res3d_centerpoint.yaml
      
      * add support of centerpoint on Nuscenes in README
      
      * add translation augmentation, re-implement the performance of CenterPoints with 0.075m voxels
      
      * cover the original world translation augmentation
      
      * modify random_translation_along_X
      7402f693
  18. 02 Feb, 2022 1 commit
  19. 24 Jan, 2022 1 commit
  20. 17 Jan, 2022 3 commits
    • Jiajun Deng's avatar
      Add multi_scale_3d_strides in 3D ResBackbone (#761) · 5861246c
      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
      
      * add multi_scale_3d_strides in resbackbone
      5861246c
    • 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
    • Jiajun Deng's avatar
      Masking points inside dyanmic_pillar_vfe.py (#759) · c47a94bc
      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
      c47a94bc
  21. 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