1. 30 Jun, 2023 1 commit
  2. 11 Jun, 2023 1 commit
  3. 13 May, 2023 1 commit
  4. 09 May, 2023 2 commits
  5. 08 May, 2023 1 commit
  6. 24 Apr, 2023 1 commit
  7. 03 Apr, 2023 1 commit
  8. 19 Nov, 2022 1 commit
  9. 18 Nov, 2022 1 commit
  10. 14 Nov, 2022 1 commit
  11. 05 Sep, 2022 2 commits
  12. 03 Sep, 2022 1 commit
  13. 02 Sep, 2022 2 commits
  14. 22 Aug, 2022 1 commit
  15. 17 Aug, 2022 1 commit
  16. 05 Jul, 2022 1 commit
  17. 12 Feb, 2022 1 commit
    • Jiajun Deng's avatar
      Add support for docker (#799) · 830fba91
      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()
      
      * add support for docker
      830fba91
  18. 10 Feb, 2022 1 commit
  19. 06 Feb, 2022 1 commit
  20. 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
  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
  22. 05 Jan, 2022 3 commits
  23. 09 Dec, 2021 1 commit
  24. 30 Nov, 2021 2 commits
  25. 05 Aug, 2021 1 commit
    • djiajunustc's avatar
      add voxel r-cnn in readme (#610) · 8e055f02
      djiajunustc authored
      * Update __init__.py
      
      missing kornia. before image_to_tensor
      
      * Update README.md
      
      add Voxel R-CNN to changelog
      
      * Update README.md
      
      Add Voxel R-CNN as the officially released code
      8e055f02
  26. 08 Jun, 2021 1 commit
  27. 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
  28. 10 May, 2021 1 commit
  29. 27 Nov, 2020 1 commit
  30. 10 Nov, 2020 4 commits
  31. 09 Nov, 2020 1 commit