1. 29 May, 2023 1 commit
  2. 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
  3. 19 May, 2023 1 commit
  4. 17 May, 2023 1 commit
  5. 26 Apr, 2023 1 commit
  6. 24 Apr, 2023 1 commit
  7. 28 Mar, 2023 2 commits
    • 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
      [Fix] Fix cylinder3d (#2377) · 3e2de530
      xizaoqu authored
      * mv cylinder blocks from sparse blocks to backbone
      
      * update
      3e2de530
  8. 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
  9. 20 Mar, 2023 1 commit
    • 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
  10. 15 Mar, 2023 1 commit
    • Sun Jiahao's avatar
      [Feature] Add torchsparse wrapper (#2321) · 0b42e351
      Sun Jiahao authored
      * fix polarmix UT
      
      * add torchsparse block
      
      * fix pytest skip
      
      * add installtion in get_started
      
      * fix name
      
      * fix UT bug
      
      * update doc string
      
      * add omit sudo install
      0b42e351
  11. 06 Mar, 2023 1 commit
    • xizaoqu's avatar
      [Feature] Add Cylinder3D head (#2291) · a1b974a5
      xizaoqu authored
      * add cylinder decode head
      
      * update
      
      * update
      
      * add lovasz loss
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * update
      
      * cylinder3d_head
      
      * update
      
      * update
      
      * update
      
      * update
      a1b974a5
  12. 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
  13. 05 Jan, 2023 1 commit
    • Tai-Wang's avatar
      [Refactor] Support imvoxelnet at SUN RGB-D on 1.x branch (#2141) · 9073a3b5
      Tai-Wang authored
      * Support imvoxelnet@sunrgbd on 1.x branch
      
      * Add unit tests
      
      * Update README.md
      
      * Update imvoxelnet_2xb4_sunrgbd-3d-10class.py
      
      * Add typehints
      
      * Fix lint
      
      * Fix BC-breaking caused by updated keys
      
      * Add coord_type in the imvoxelnet kitti config
      9073a3b5
  14. 27 Dec, 2022 1 commit
  15. 03 Dec, 2022 7 commits
    • VVsssssk's avatar
      [Benchmark] Add PV RCNN benchmark (#2045) · cb7c679d
      VVsssssk authored
      * fix a bug
      
      * fix a batch inference bug
      
      * fix docs
      
      * add pvrcnn benchmark
      
      * fix
      
      * add link
      
      * add
      
      * fix lint
      cb7c679d
    • Jingwei Zhang's avatar
      [Docs] Update all the metafiles acoording to README (#2006) · c543b48d
      Jingwei Zhang authored
      * update centerpoint, dgcnn, fcos3d and free_anchor metafile
      
      * check all metafile in configs
      
      * update centerpoint, pointpillars and second yml
      
      * rename PartA2 to parta2 in the name of config
      
      * update metafile in nuimages
      
      * update readme in nuimages
      c543b48d
    • Jingwei Zhang's avatar
      [CI] Add github action CI && refactor `tests/utils/` (#2012) · 1a47acdd
      Jingwei Zhang authored
      * update github action ci
      
      * install torch in ci
      
      * fix ci on win
      
      * add __init__ in tests/utils
      
      * add mmdet3d/testing for modeule importing in UT in win
      
      * fix diff path sep on UT
      
      * reduce RAM in voxel_generator
      
      * reduce RAM in anchor_generator
      
      * remove print in UT
      
      * fix lint
      
      * fix pvrcnn ut
      
      * fix lint
      
      * reduce channels in second_fpn
      1a47acdd
    • VVsssssk's avatar
      [Features] Support PV_RCNN modules (#1957) · aa544d4a
      VVsssssk authored
      * add pvrcnn module code
      
      * add voxelsa
      
      * fix
      
      * fix comments
      
      * fix comments
      
      * fix comments
      
      * add stack sa
      
      * fix
      
      * fix comments
      
      * fix comments
      
      * fix
      
      * add ut
      
      * fix comments
      aa544d4a
    • Jingwei Zhang's avatar
      Update docs && support loading old checkpoints in FCAF3D (#1974) · acdb300d
      Jingwei Zhang authored
      * add loading converted keys and README, metafile
      
      * update readme
      
      * reorganize readme
      
      * add version in FCAF3d detector
      acdb300d
    • Jingwei Zhang's avatar
      [Refactor] Refactor FCAF3D (#1945) · 0be27ffb
      Jingwei Zhang authored
      * add fcaf3d config
      
      * support inference of fcaf3d on scannet-3d
      
      * minor changes
      
      * fix config of scannet
      
      * align test precision of facaf3d && support training
      
      * add ut
      
      * fix bugs of dataset conversion and indoor_metric
      
      * support fcaf3d on sunrgbd datasets and add rorate_iou_loss ut
      
      * small fix
      
      * add docstring and typehint
      
      * add typehint for SparseTensor
      
      * remove pdb
      
      * fix fcaf3d ut
      0be27ffb
    • Jingwei Zhang's avatar
      [Refactor]: Refactor SASSD (#1901) · b37dc416
      Jingwei Zhang authored
      
      
      * refactor sassd
      
      * rename some varibles
      
      * add ut for sassd
      
      * add some comments
      
      * add some comments
      
      * [Refactor] Use `mmeval.MeanIoU` for `SegMetric` (#1929)
      
      * Use mmeval.MeanIoU
      
      * fix comments and add self.reset
      
      * solve some comments
      
      * fix docstring
      Co-authored-by: default avatarChaimZhu <zhuchenming@pjlab.org.cn>
      b37dc416
  16. 30 Sep, 2022 1 commit
  17. 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
  18. 16 Sep, 2022 1 commit
  19. 31 Aug, 2022 1 commit
  20. 30 Aug, 2022 1 commit
  21. 26 Aug, 2022 1 commit
  22. 17 Aug, 2022 1 commit
  23. 04 Aug, 2022 1 commit
  24. 20 Jul, 2022 10 commits