1. 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
  2. 26 Dec, 2021 4 commits
  3. 24 Nov, 2021 1 commit
  4. 23 Nov, 2021 1 commit
  5. 05 Nov, 2021 1 commit
  6. 04 Nov, 2021 1 commit
  7. 03 Nov, 2021 1 commit
  8. 08 Jun, 2021 2 commits
  9. 22 May, 2021 1 commit
    • Martin Hahner's avatar
      Fix issues with CaDDN (#542) · 7efdf026
      Martin Hahner authored
      * Download DeepLabV3 if not available yet
      
      * Fix dtype issue
      
      Fix RuntimeError: expected backend CPU and dtype Float but got backend CPU and dtype Long
      7efdf026
  10. 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
  11. 10 May, 2021 1 commit
    • Martin Hahner's avatar
      Fix issue if there are less than half of NUM_KEYPOINTS (#534) · 725c59fd
      Martin Hahner authored
      If there are less than half of model_cfg.NUM_KEYPOINTS it will lead to 
      RuntimeError: unsupported operation: some elements of the input tensor and the written-to tensor refer to a single memory location. 
      Please clone() the tensor before performing the operation.
      725c59fd
  12. 19 Jan, 2021 1 commit
  13. 30 Jul, 2020 1 commit
  14. 23 Jul, 2020 2 commits
  15. 22 Jul, 2020 1 commit
  16. 21 Jul, 2020 1 commit
  17. 13 Jul, 2020 2 commits
  18. 06 Jul, 2020 3 commits
  19. 04 Jul, 2020 1 commit
  20. 23 Jun, 2020 2 commits