"model/vscode:/vscode.git/clone" did not exist on "5e2e0b46b1b4ae7145011642631a7b507a70fb03"
  1. 18 Oct, 2023 1 commit
  2. 13 Sep, 2023 2 commits
  3. 01 Aug, 2023 1 commit
  4. 04 Jul, 2023 2 commits
  5. 25 Jun, 2023 1 commit
  6. 19 Jun, 2023 1 commit
  7. 16 Jun, 2023 1 commit
  8. 31 May, 2023 2 commits
  9. 30 May, 2023 1 commit
  10. 29 May, 2023 1 commit
  11. 26 May, 2023 1 commit
  12. 25 May, 2023 2 commits
  13. 19 May, 2023 1 commit
  14. 17 May, 2023 3 commits
  15. 12 May, 2023 1 commit
  16. 11 May, 2023 3 commits
  17. 10 May, 2023 3 commits
  18. 26 Apr, 2023 1 commit
  19. 25 Apr, 2023 2 commits
  20. 24 Apr, 2023 3 commits
  21. 21 Apr, 2023 1 commit
  22. 12 Apr, 2023 1 commit
  23. 10 Apr, 2023 1 commit
  24. 06 Apr, 2023 1 commit
    • Jingwei Zhang's avatar
      Bump version to 1.1.0 (#2380) · 36039254
      Jingwei Zhang authored
      * init commit
      
      * add contribution guides link
      
      * polish docs
      
      * rename 1.1.0 and corresponding modification
      
      * polish docs
      
      * polish docs
      
      * minor fix
      36039254
  25. 04 Apr, 2023 1 commit
    • Jingwei Zhang's avatar
      [Fix] Fix benchmark (#2402) · 98ef10e4
      Jingwei Zhang authored
      * init commit
      
      * set random seed for groupfree and imvotenet
      
      * replace lyft by nus
      
      * add fcos3d resnet34
      
      * Revert "add fcos3d resnet34"
      
      This reverts commit f3da3d91253cb9340e8e0a98b0b54efadf842f8d.
      
      * replace waymo by kitti for pointpillars
      98ef10e4
  26. 28 Mar, 2023 2 commits
    • Jingwei Zhang's avatar
      [Feature] Support MultiModalityDet3DInferencer (#2342) · c9fd5a6a
      Jingwei Zhang authored
      * add multimodality inferencer
      
      * add multimodality inferencer
      
      * add Loader and Inferencer, fix some mono vis bugs
      
      * add UT for multi_modality_inferencer
      
      * add calib file in UT
      
      * fix type hint
      
      * resolve comments
      
      * small update
      
      * update to Base3DInferencer
      
      * fix docstring
      
      * minor fix
      
      * resolve comments
      
      * resolve comments
      
      * add suffix check
      
      * fix UT
      c9fd5a6a
    • Sun Jiahao's avatar
      [Feature] Spvcnn backbone (#2320) · 98d26420
      Sun Jiahao authored
      * add cylindrical voxelization & voxel feature encoder
      
      * add cylindrical voxelization & voxel feature encoder
      
      * add voxel-wise label & voxelization UT
      
      * fix vfe
      
      * fix vfe UT
      
      * rename voxel encoder & add more test case
      
      * fix type hint
      
      * temporarily refactoring mmcv's voxelize and dynamic in mmdet3d for data_preprocesser
      
      * _forward
      
      * del checkpoints
      
      * add if tp
      
      * add predict
      
      * fix vfe init bug & fix UT
      
      * add grid_size & move voxelization code
      
      * fix import bug
      
      * keep radian to follow origin
      
      * add doc string
      
      * fix type hint
      
      * add minkunet voxelization and loss function
      
      * fix data
      
      * init train
      
      * fix sparsetensor typehint
      
      * rename dir
      
      * fix data config
      
      * fix data config
      
      * fix batch_size & replace dynamic_scatter
      
      * fix conflicts 2
      
      * fix conflicts on s_70
      
      * Alignment of the original implementation
      
      * rename config
      
      * add worker_init_fn_hook
      
      * remove test_config & worker hook
      
      * add UT
      
      * fix polarmix UT
      
      * init spcvnn backbone
      
      * add seed for cr0p5
      
      * spvcnn_init
      
      * format
      
      * rename SemanticKittiDataset
      
      * add platte & fix visual bug
      
      * add platte & fix data info bug
      
      * fix ut
      
      * fix ut
      
      * fix semantic_kitti ut
      
      * train init
      
      * fix docstring
      
      * fix config name
      
      * rename layer
      
      * fix doc string
      
      * fix review
      
      * remove filter data
      
      * rename config
      
      * rename backbone
      
      * rename backbone 2
      
      * refactor voxel2point
      
      * fix coors typo
      
      * fix ut
      
      * fix ut
      
      * pred in segmentor
      
      * fix get voxel seg
      
      * resolve comments
      
      * rename p2v and v2p
      
      * rename points and voxels
      98d26420