1. 25 May, 2023 1 commit
    • 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
  2. 26 Apr, 2023 1 commit
  3. 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
  4. 28 Feb, 2023 1 commit
  5. 20 Feb, 2023 1 commit
    • Sun Jiahao's avatar
      [Feature] Cylindrical voxelization & voxel feature encoder (#2228) · bcbab523
      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
      
      * 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
      
      * rename gird shape & add comments
      
      * fix UT
      
      * rename voxelizationofGridshape & fix docstring
      bcbab523
  6. 03 Dec, 2022 3 commits
  7. 12 Oct, 2022 2 commits
    • VVsssssk's avatar
      solve bc breaking (#1908) · fc679dc8
      VVsssssk authored
      fc679dc8
    • lianqing01's avatar
      [Features] Support waymo challenge solution (#1716) · 6d3518d0
      lianqing01 authored
      
      
      * update evaluation metric to support waymo cam only evaluation
      
      * add transformation for bev detection
      
      * add multiview dfm
      
      * support multiview detection in datasets with transformation, dfm model and metric
      
      * remove deprecated config and update doc string
      
      * remove file_client_args=file_client_args and update docstr
      
      * add doc string and remove pdb
      
      * fix the doc string of voxel fusion
      
      * add doc string
      
      * remove lidar2img
      
      * add doc string
      
      * update doc string
      
      * support waymo dataset for replace_ceph and modify path of pkl in config
      
      * update evaluation metrics; and the config for waymo solution
      
      * fix the index error in waymo metric and add lidar2img utils function
      
      * replace __call_ to transform
      
      * fix doc string
      
      * rename configs
      
      * update the config name
      
      * update the lidar2cam calib in waymo data creater
      Co-authored-by: default avatarlianqing <lianqing1997@gmail.com>
      Co-authored-by: default avatarTai-Wang <tab_wang@outlook.com>
      6d3518d0
  8. 29 Sep, 2022 1 commit
  9. 28 Sep, 2022 1 commit
    • Jingwei Zhang's avatar
      [Fix] Fix unit test of datasets (#1865) · e9e20242
      Jingwei Zhang authored
      * fix ci of dataset and visualizer by regenerate pkl
      
      * decrease channels in ut for reducing cuda memory
      
      * still use sample_id in the kitti submitted files
      
      * minor changes
      
      * use waymo-open-dataset-tf-2-6-0
      
      * use waymo-open-dataset-tf-2-5-0 to be compabible with python3.6
      
      * use waymo-open-dataset-tf-2-4-0 to be compabible with python3.6
      
      * no dependency about waymo-open-dataset
      
      * Revert "no dependency about waymo-open-dataset"
      
      This reverts commit 581d4eefe26851a295b3190bcfa73d6fb2ba54aa.
      
      * not install waymo-open-dataset for ci
      
      * max python version is 3.8 because of trimesh
      
      * Revert "max python version is 2.8 because of trimesh"
      
      This reverts commit 6d8a1851b22a2059e7de75b576c2b7f633ad7cfa.
      
      * fix networkx in ci
      
      * update docstring of data_preprocessor
      
      * modify version of typingextensions
      e9e20242
  10. 31 Aug, 2022 1 commit
  11. 26 Aug, 2022 1 commit
  12. 15 Aug, 2022 1 commit
  13. 20 Jul, 2022 5 commits