1. 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
  2. 20 Apr, 2021 1 commit
  3. 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
  4. 27 Nov, 2020 2 commits
  5. 25 Nov, 2020 2 commits
  6. 10 Nov, 2020 5 commits
  7. 09 Nov, 2020 2 commits
  8. 07 Nov, 2020 1 commit
  9. 04 Nov, 2020 1 commit
  10. 07 Aug, 2020 1 commit
  11. 30 Jul, 2020 2 commits
  12. 28 Jul, 2020 2 commits
  13. 23 Jul, 2020 1 commit
  14. 21 Jul, 2020 1 commit
  15. 15 Jul, 2020 1 commit
  16. 11 Jul, 2020 2 commits
  17. 09 Jul, 2020 5 commits
  18. 08 Jul, 2020 4 commits
  19. 07 Jul, 2020 1 commit
  20. 06 Jul, 2020 4 commits