1. 03 Apr, 2023 1 commit
  2. 20 Aug, 2022 1 commit
  3. 17 Aug, 2022 2 commits
  4. 18 Feb, 2022 1 commit
  5. 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
  6. 05 Jan, 2022 3 commits
  7. 05 Nov, 2021 1 commit
  8. 03 Nov, 2021 1 commit
  9. 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
  10. 19 Jan, 2021 1 commit
    • Starrah's avatar
      fix: error of sample_points when num_point < far_idx_choice · a8b7ff1b
      Starrah authored
      In data_processor.py sample_points, when num_points < far_idx_choice, a negative value is passed into np.random.choice, which cause a ValueError.
      In fact the variable `near_idxs_choice` return by the deleted line is never used.
      a8b7ff1b
  11. 07 Aug, 2020 1 commit
  12. 30 Jul, 2020 2 commits
  13. 28 Jul, 2020 2 commits
  14. 23 Jul, 2020 1 commit
  15. 01 Jul, 2020 1 commit
  16. 26 Jun, 2020 1 commit
  17. 23 Jun, 2020 1 commit