1. 04 Jan, 2024 2 commits
  2. 27 Dec, 2023 1 commit
  3. 25 Jun, 2023 1 commit
  4. 05 Jun, 2023 1 commit
  5. 30 May, 2023 1 commit
  6. 25 May, 2023 2 commits
    • Sun Jiahao's avatar
      [Docs] Fix metainfo of FCOS3D (#2536) · ee8f0962
      Sun Jiahao authored
      ee8f0962
    • Sun Jiahao's avatar
      [Feature]Add Lidarseg benchmark (#2530) · 3365d7e5
      Sun Jiahao authored
      * enhance minkunet
      
      * add 2x
      
      * add config
      
      * add flip...
      
      * add bottleneck
      
      * add spvcnn & cylinder3d
      
      * add spvcnn & cylinder3d
      
      * refactor minkunet & spvcnn
      
      * add minkv2
      
      * fix mink34 shared res block
      
      * add mink spconv
      
      * fix spconv int32 max bug
      
      * fix spconv int32 max bug2
      
      * add minkowski backends
      
      * rename config
      
      * fix minkv2 config
      
      * fix max voxel bug
      
      * add checkpointhook mink18
      
      * add backbone docstring
      
      * fix torchsparse uninstall bug
      
      * remove ME
      
      * fix ut
      
      * fix cylinder3d config
      3365d7e5
  7. 11 May, 2023 1 commit
    • Sun Jiahao's avatar
      [Fix] Fix amp bug (#2452) · 106b17e7
      Sun Jiahao authored
      * fix amp
      
      * init scale 4096 & fix link
      
      * fix pre-commit
      
      * fix interval
      
      * fix pp & remove fp16
      106b17e7
  8. 26 Apr, 2023 2 commits
  9. 25 Apr, 2023 2 commits
  10. 24 Apr, 2023 1 commit
  11. 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
  12. 04 Apr, 2023 3 commits
  13. 29 Mar, 2023 1 commit
  14. 28 Mar, 2023 4 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
    • xizaoqu's avatar
      [Docs] Add docs and README for Cylinder3D (#2350) · f4b0174b
      xizaoqu authored
      * add readme
      
      * fix
      
      * fix
      
      * fix
      
      * rebase
      
      * add link
      
      * add link
      
      * add link
      f4b0174b
    • xizaoqu's avatar
      [Fix] Fix cylinder3d (#2377) · 3e2de530
      xizaoqu authored
      * mv cylinder blocks from sparse blocks to backbone
      
      * update
      3e2de530
  15. 23 Mar, 2023 1 commit
    • Sun Jiahao's avatar
      [Feature] Add MinkUNet segmentor (#2294) · ee6cc047
      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
      
      * add seed for cr0p5
      
      * format
      
      * rename SemanticKittiDataset
      
      * add platte & fix visual bug
      
      * add platte & fix data info bug
      
      * fix ut
      
      * fix semantic_kitti ut
      
      * fix docstring
      
      * fix config name
      
      * rename layer
      
      * fix doc string
      
      * fix review
      
      * remove filter data
      
      * fix coors typo
      
      * fix ut
      
      * pred in segmentor
      
      * fix get voxel seg
      
      * resolve comments
      ee6cc047
  16. 20 Mar, 2023 2 commits
    • xizaoqu's avatar
      [Feature] Cylinder3d segmentor (#2344) · dfcf5428
      xizaoqu authored
      * update
      
      * add cylinder3d_backbone
      
      * add test segmentor
      
      * add cfg
      
      * add test backbone
      
      * rename test cylinder3d backbone
      
      * midway
      
      * update, pass validation
      
      * fix test
      
      * update cfg
      dfcf5428
    • Xiang Xu's avatar
      [Feature] Add inferencer for lidar-based segmentation (#2304) · ef13e5a2
      Xiang Xu authored
      * add lidar_seg_inferencer
      
      * fix random caused in slide_infernce
      
      * Update semantickitti.py
      
      * fix
      
      * add BaseSeg3DInferencer
      
      * refactor
      
      * rename BaseDet3DInferencer to Base3DInferencer
      
      * fix import error
      
      * update doc
      ef13e5a2
  17. 16 Mar, 2023 1 commit
  18. 15 Mar, 2023 1 commit
    • Sun Jiahao's avatar
      [Enhance] Format semantickitti label mapping (#2323) · e943e84d
      Sun Jiahao authored
      * fix polarmix UT
      
      * format
      
      * rename SemanticKittiDataset
      
      * add platte & fix data info bug
      
      * fix ut
      
      * fix semantic_kitti ut
      
      * fix ut label_map
      
      * fix ut label_map
      
      * add indication
      
      * add indication
      
      * fix typo
      e943e84d
  19. 13 Mar, 2023 1 commit
  20. 01 Mar, 2023 1 commit
  21. 20 Feb, 2023 1 commit
  22. 16 Feb, 2023 2 commits
  23. 31 Jan, 2023 2 commits
    • Jingwei Zhang's avatar
      [Feature] Add inferencer for LiDAR-based detection (#2208) · f06ce29b
      Jingwei Zhang authored
      * support lidar det3d inferencer
      
      * lidar inference normally
      
      * add ut
      
      * add ut
      
      * polish docstring
      
      * resolve comments
      
      * add inferencer registry
      
      * fix ut
      
      * fix docstring
      
      * resolve some comments
      
      * rename varible
      f06ce29b
    • ChaimZhu's avatar
      [Feature] add mono3d inferencer (#2190) · 278df1eb
      ChaimZhu authored
      * add mono3d inferencer
      
      * update mono3d inferenceer
      
      * update init file
      
      * update unit test
      
      * fix name
      
      * add base_det3d_inferencer
      
      * fix comments
      
      * fix comments
      
      * fix comments
      
      * renmae pgd-kitti to pgd_kitti
      
      * add parameterized in tests.txt
      
      * add txt file
      
      * update loadimgfromfilemono3d to fit latest mmcv
      278df1eb
  24. 18 Jan, 2023 2 commits
  25. 06 Jan, 2023 1 commit
  26. 05 Jan, 2023 2 commits