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