1. 31 Jan, 2023 3 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
    • Xiang Xu's avatar
      [Enhance] Update data structures (#2155) · aeb42905
      Xiang Xu authored
      * update pointsdata and det3ddatasample
      
      * update eval_ann_info when it is None
      
      * update unittest
      
      * revert
      
      * delete `eval_ann_info`
      
      * remove unittest
      
      * update doc
      
      * Update point_data.py
      
      * Update det3d_data_sample.py
      
      * remove
      
      * update docs
      
      * fix unittest
      
      * update
      
      * Update instance_seg_metric.py
      
      * fix lint
      aeb42905
    • 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
  2. 30 Jan, 2023 2 commits
    • ZLTJohn's avatar
      [Feature] Support DETR3D in projects (#2170) · 4bd7aa18
      ZLTJohn authored
      
      
      * detr3d for dev-1.x
      
      * update README
      
      * clean redundant comments
      
      * correct dir name 'config' to 'configs'
      
      * Modified codes according to first round review
      
      * Fixed grid_mask.py
      
      * move detr3d_transformer.py to /layers
      
      * reorganize files
      
      * rename 'mmdet3d_plugin' to 'detr3d'
      
      * Modify configs and update latest codebase
      
      * rename configs
      
      * forgot to save detr3d_head.py
      
      * change data_root in configs
      
      * try to fix lint
      
      * correct config files
      
      * reorganize dirs
      
      * Fixing lint
      
      * fixing lint
      
      * fix lint
      
      * Fix lint
      
      * delete unused code
      
      * rename configs
      
      * delete transfrom_3d.py
      
      * fix bugs in configs
      
      * fix lint
      
      * update readme
      
      * edit config file
      
      * rename detr3d/ to DETR3D/
      
      * fix typos in readme
      
      * polish readme
      
      * fix config link in readme
      
      ---------
      Co-authored-by: default avatarJingweiZhang12 <zjw18@mails.tsinghua.edu.cn>
      4bd7aa18
    • Jingwei Zhang's avatar
      [Feature] Support BEVFusion in `projects/` (#2236) · 4d77b4c8
      Jingwei Zhang authored
      * add bevfusion models
      
      * refactor
      
      * build successfully
      
      * update ImageAug3D
      
      * support inference
      
      * update the format of final bboxes
      
      * add new loading func
      
      * align test precision
      
      * polish docstring
      
      * refactor transformer decoder
      
      * polish code
      
      * fix table in readme
      
      * fix table in readme
      
      * fix table in readme
      
      * update pre-commit-config
      
      * minor changes
      
      * revert the changes of file_client_args in LoadAnnotation3D
      
      * remove unnucessary functions in BEVFusion
      
      * fix loading bug
      
      * fix docstring
      4d77b4c8
  3. 29 Jan, 2023 3 commits
  4. 19 Jan, 2023 1 commit
  5. 18 Jan, 2023 4 commits
  6. 16 Jan, 2023 4 commits
  7. 06 Jan, 2023 2 commits
  8. 05 Jan, 2023 4 commits
    • 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
    • ChaimZhu's avatar
      [Fix] fix fcos3d and pgd configs (#2191) · bd1525ec
      ChaimZhu authored
      * fix configs
      
      * change auto_scale_lr
      bd1525ec
    • SekiroRong's avatar
      [Feat]: Support PETR in 1.1 in `projects` (#2175) · 952a5923
      SekiroRong authored
      * rebase
      
      * petr3d-
      
      * petr3d-to-petr
      
      * delete_NormalizeMultiviewImage
      
      * rename_PETR
      
      * rename_PETR
      
      * fix_bug
      
      * fix_bug
      
      * fix_bug
      
      * fix_bug
      
      * fix_bug
      
      * fix_bug
      
      * fix_bug
      
      * revise
      
      * remove_builder
      
      * remove_builder
      
      * remove_use_external
      
      * remove_use_external
      
      * remove_PadMultiViewImage
      
      * remove_PadMultiViewImage
      
      * remove-AddCamInfo
      
      * remove-LidarBox3dVersionTransfrom
      
      * remove-LidarBox3dVersionTransfrom-and-AddCamInfo
      
      * fix__init__
      
      * remove-redundent-config
      
      * code-polish
      
      * remove-builder
      
      * remove-builder
      
      * remove-redundent-files
      
      * replace-forward-train-and-test
      
      * remove-redundent__init__
      
      * remove_petr
      
      * remove-hierarchtecture
      952a5923
    • Jingwei Zhang's avatar
      Support CenterFormer in `projects` (#2173) · ac0302ed
      Jingwei Zhang authored
      * init centerformer in projects
      
      * add readme and disable_tf32_switch
      
      * using our iou3d and nms3d, using basicblock in mmdet, simplify code in projects
      
      * remove attention.py and sparse_block.py
      
      * only using single fold
      
      * polish code
      
      * polish code and add dosstring
      
      * add ut for disable_object_sample_hook
      
      * modify data_root
      
      * add ut
      
      * update readme
      
      * polish code
      
      * fix docstring
      
      * resolve comments
      
      * modify project names
      
      * modify project names and add _forward
      
      * fix docstring
      
      * remove disable_tf32
      ac0302ed
  9. 27 Dec, 2022 2 commits
  10. 19 Dec, 2022 3 commits
  11. 16 Dec, 2022 1 commit
  12. 14 Dec, 2022 2 commits
  13. 09 Dec, 2022 5 commits
    • Xiangxu-0103's avatar
      [Doc] Update tutorial of `lidar_det3d` (#2120) · 84b4348f
      Xiangxu-0103 authored
      * update en doc for lidar_det3d
      
      * update chinese doc
      
      * fix typo
      84b4348f
    • Jingwei Zhang's avatar
      89374d38
    • Xiangxu-0103's avatar
      [Fix] Updata `bbox_3d` info in `cam_instances` for `mono3d-det` task (#2046) · e00a74ec
      Xiangxu-0103 authored
      
      
      * add mmengine assertion
      
      * add docstring
      
      * fix mminstall
      
      * fix semantic segmentation configs
      
      * fix semantic seg
      
      * fix lint
      
      * remove unused imports
      
      * fix
      
      * update pointnet2-s3dis config
      
      * update data_list according to scene_idxs
      
      * remove useless function
      
      * fix bug lack `eval_ann_info` during evaluation
      
      * fix bug
      
      * update doc
      
      * fix lint
      
      * fix dataset converter
      
      * update mmengine version
      
      * delete whitespace
      
      * [Fix] fix point cloud loop visualization error (#1914)
      
      * fix point cloud loop visualization error
      
      * fix browse_dataset
      
      * fix browse_dataset
      
      * support saving lidar_det
      Co-authored-by: default avatarJingweiZhang12 <zjw18@mails.tsinghua.edu.cn>
      
      * [Enhance] Show instance statistics before and after through pipeline (#1863)
      
      * add instance statistics before and after through pipeline
      
      * add docstring
      
      * support showing cat-wise instance statistics
      
      * show all statistics of the dataset
      
      * small fix
      
      * polish code
      
      * show table
      
      * small fix
      
      * rename some varibles
      
      * update task name and config for fcos3d++ on nus (#1927)
      
      * update docs
      
      * update docs
      
      * Update det3d_dataset.py
      
      * remove unnecessary optional docs
      
      * update docs
      
      * update docstrings
      
      * update docs
      
      * fix lint
      
      * update docs
      
      * [Refactor]: Refactor SASSD (#1901)
      
      * 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>
      
      * fix
      
      * fix
      
      * fix
      
      * fix lint
      
      * add args and kwargs
      
      * [Docs] Add mmyolo link in README (#1935)
      
      * [Refactor] Use `mmeval.MeanIoU` for `SegMetric` (#1929)
      
      * Use mmeval.MeanIoU
      
      * fix comments and add self.reset
      
      * add mmyolo
      Co-authored-by: default avatarChaimZhu <zhuchenming@pjlab.org.cn>
      
      * [Fix] fix seg metric issues and circle ci (#1962)
      
      * fix circle ci
      
      * update
      
      * update
      
      * [Enhance] Support evaluation for waymo dataset on s3 filesystem when tensorflow>=2.6.0 (#1958)
      
      * support tensorflow>2.6.0
      
      * add filter conditions
      
      * [Fix]: change --pkl to --pkl-path in the data upgrade scripts (#1965)
      
      * [Refactor] update `metainfo` in pkl file and add `categories` into `metainfo` (#1934)
      
      * update metainfo in pkl file
      
      * update
      
      * add version for waymo
      
      * update kitti metric
      
      * [Refactor] Refactor FCAF3D (#1945)
      
      * 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
      
      * [Docs] Update Chinese documentation (#1891)
      
      * [Enhance] Add an example of pcd to bin format. (#1973)
      
      * [Enhance] Add an example of pcd to bin format.
      
      * Fix installation and typo.
      
      * [Fix]: fix image conversion of Waymo to avoid information loss (#1979)
      
      * add mmeval
      
      * [Refactor] rename `CLASSES` and `PALETTE` to `classes` and `palette` in dataset metainfo (#1932)
      
      * rame CLASS and PALETTE to class and palette
      
      * change mmcv-full to mmcv
      
      * fix comments
      
      * [CI]: fix CI (#2007)
      
      * Update docs && support loading old checkpoints in FCAF3D  (#1974)
      
      * add loading converted keys and README, metafile
      
      * update readme
      
      * reorganize readme
      
      * add version in FCAF3d detector
      
      * fix converter error
      
      * [Fix] fix kitti evaluation bugs on test dataset (#2005)
      
      * fix kitti test evaluation bugs
      
      * update
      
      * [Fix] update the key name of modules from mmdet in cfgs (#2011)
      
      * [Fix] fix instance statistics when only detecting a single class (#2003)
      
      * Update iou_neg_piecewise_sampler.py
      
      * fix lint
      
      * [Enhance] Remove useless json file converter (#1971)
      
      * [Enhance] Refactor the import of `mmdet` (#1947)
      
      * fix config
      
      * refactor import of `mmdet`
      
      * fix lint
      
      * fix lint
      
      * [Enhance] Speed up evaluation on waymo (#2008)
      
      * support fast eval on waymo
      
      * support waymo evaluatioin more flexible and faster
      
      * support waymo evaluatioin more flexible and faster
      
      * renames
      
      * add docs
      
      * add guides for multi-thread evaluation toolkit
      
      * fix docstring
      
      * add download link for idx2metainfo
      
      * add docstring
      
      * set convert_kitti_format=False in Lidar-based methods
      
      * fix docs
      
      * add docstring
      
      * [Features] Support PV_RCNN modules (#1957)
      
      * 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
      
      * fix kitti mono_det bug
      
      * [Fix]Fix a bug in StackQueryAndGroup (#2043)
      
      * fix a bug
      
      * fix a batch inference bug
      
      * fix docs
      
      * [Community] Add 'Projects/' folder, and the first example project (#2042)
      
      * add project in mmdet3d
      
      * fix
      
      * fix
      
      * [Fix] Fix waymo converter (#2040)
      
      * fix waymo converter
      
      * [Fix] Update waymo converter and fix lint
      
      * Update waymo_converter.py
      
      * Update kitti_converter.py
      
      * Update update_infos_to_v2.py
      
      * revert
      
      * fix paths in `update_infos_to_v2` on Windows by using `pathlib` (#2031)
      
      * fix paths on Windows by using `pathlib`
      
      * refactor Path import
      
      * simplify the warning and error when using open3d and MinkowskiEngine (#2027)
      
      * [FIX] replace DefaultFormatBundle/3D with Pack(3D)DetInputs (#1987)
      
      * replace defaultformatbundle3d with pack3ddetinputs
      
      * remove normalize, pad, imagetotensor from configs
      
      * rm unused key 'img_norm_cfg'
      
      * fix lint errors
      
      * fix lint errors
      
      * fix lint error
      
      * xx
      
      * [Docs] Refine the documentation (#1994)
      
      * refine doc
      
      * refine docs
      
      * replace `CLASSES` with `classes`
      
      * update doc
      
      * Minor fix
      Co-authored-by: default avatarTai-Wang <tab_wang@outlook.com>
      
      * Update converter
      
      * [Fix] Fix some loading bugs and support fov_image_based mode in Waymo dataset.  (#1942)
      
      * modify sample_id to sample_id and support fov_image_based on waymo dataset
      
      * Update waymo_metric.py
      
      * Minor fix
      
      * Minor fix
      
      * Minor fix
      
      * Minor fix
      
      * Minor fix
      
      * Minor fix
      
      * Minor fixes
      
      * Minor fixes
      
      * Remove optional
      
      * fix dataset instances converting bugs
      
      * Add a blank line to fix the doc compilation format
      
      * Fix the bin file name in waymo_fov config
      
      * Resolve conflicts
      
      * fix ci and other things
      Co-authored-by: default avatarTai-Wang <tab_wang@outlook.com>
      Co-authored-by: default avatarlianqing11 <lianqing11@foxmail.com>
      Co-authored-by: default avatarChaimZhu <zhuchenming@pjlab.org.cn>
      
      * [Fix] Add num_features in Lyft dataset info file (#1948)
      Co-authored-by: default avatarTai-Wang <tab_wang@outlook.com>
      
      * [Feature] Support FCAF3D on S3DIS dataset in `dev-1.x`  branch (#1984)
      
      * support fcaf3d for s3dis dataset
      
      * Update convert_utils.py
      
      * Update seg3d_dataset.py
      
      * Delete compose.py
      
      * fix import error
      
      * use `mmengine.Compose`
      
      * Update s3dis-3d.py
      
      * Update fcaf3d_2xb8_s3dis-3d-5class.py
      
      * Update s3dis_dataset.py
      
      * update unittest for s3dis
      
      * update docs
      
      * use `mmcv.Compose` instead of `mmengine.Compose`
      
      * update docstring
      
      * fix s3dis preprocessing bug
      
      * Add typehint
      
      * Update config and fix s3dis dataset
      
      * update typehit
      
      * Update convert_utils.py
      
      * Update README and metafile
      Co-authored-by: default avatarTai-Wang <tab_wang@outlook.com>
      
      * Update kitti_dataset.py
      
      * replace `List` wiith `Tuple` format to represent `origin`
      
      * Update convert_utils.py
      
      * add comments
      
      * update
      
      * resolve
      Co-authored-by: default avatarChaimZhu <zhuchenming@pjlab.org.cn>
      Co-authored-by: default avatarJingweiZhang12 <zjw18@mails.tsinghua.edu.cn>
      Co-authored-by: default avatarQing Lian <lianqing1997@gmail.com>
      Co-authored-by: default avatarShaun <cq.xiang@foxmail.com>
      Co-authored-by: default avatarWencheng Wu <41542251+274869388@users.noreply.github.com>
      Co-authored-by: default avatarErli Ouyang <ouyangerli@gmail.com>
      Co-authored-by: default avatarVVsssssk <88368822+VVsssssk@users.noreply.github.com>
      Co-authored-by: default avatarvavanade <vavanade@users.noreply.github.com>
      Co-authored-by: default avatarTai-Wang <tab_wang@outlook.com>
      Co-authored-by: default avatarlianqing11 <lianqing11@foxmail.com>
      e00a74ec
    • Jingwei Zhang's avatar
      [Fix]: fix bug in waymo metrics (#2109) · 65e2074b
      Jingwei Zhang authored
      65e2074b
    • Xiangxu-0103's avatar
      [Fix] fix anchor size issue of pointpillars on waymo dataset (#2063) · ea15a848
      Xiangxu-0103 authored
      
      
      * add mmengine assertion
      
      * add docstring
      
      * fix mminstall
      
      * fix semantic segmentation configs
      
      * fix semantic seg
      
      * fix lint
      
      * remove unused imports
      
      * fix
      
      * update pointnet2-s3dis config
      
      * update data_list according to scene_idxs
      
      * remove useless function
      
      * fix bug lack `eval_ann_info` during evaluation
      
      * fix bug
      
      * update doc
      
      * fix lint
      
      * fix dataset converter
      
      * update mmengine version
      
      * delete whitespace
      
      * [Fix] fix point cloud loop visualization error (#1914)
      
      * fix point cloud loop visualization error
      
      * fix browse_dataset
      
      * fix browse_dataset
      
      * support saving lidar_det
      Co-authored-by: default avatarJingweiZhang12 <zjw18@mails.tsinghua.edu.cn>
      
      * [Enhance] Show instance statistics before and after through pipeline (#1863)
      
      * add instance statistics before and after through pipeline
      
      * add docstring
      
      * support showing cat-wise instance statistics
      
      * show all statistics of the dataset
      
      * small fix
      
      * polish code
      
      * show table
      
      * small fix
      
      * rename some varibles
      
      * update task name and config for fcos3d++ on nus (#1927)
      
      * update docs
      
      * update docs
      
      * Update det3d_dataset.py
      
      * remove unnecessary optional docs
      
      * update docs
      
      * update docstrings
      
      * update docs
      
      * fix lint
      
      * update docs
      
      * [Refactor]: Refactor SASSD (#1901)
      
      * 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>
      
      * fix
      
      * fix
      
      * fix
      
      * fix lint
      
      * add args and kwargs
      
      * [Docs] Add mmyolo link in README (#1935)
      
      * [Refactor] Use `mmeval.MeanIoU` for `SegMetric` (#1929)
      
      * Use mmeval.MeanIoU
      
      * fix comments and add self.reset
      
      * add mmyolo
      Co-authored-by: default avatarChaimZhu <zhuchenming@pjlab.org.cn>
      
      * [Fix] fix seg metric issues and circle ci (#1962)
      
      * fix circle ci
      
      * update
      
      * update
      
      * [Enhance] Support evaluation for waymo dataset on s3 filesystem when tensorflow>=2.6.0 (#1958)
      
      * support tensorflow>2.6.0
      
      * add filter conditions
      
      * [Fix]: change --pkl to --pkl-path in the data upgrade scripts (#1965)
      
      * [Refactor] update `metainfo` in pkl file and add `categories` into `metainfo` (#1934)
      
      * update metainfo in pkl file
      
      * update
      
      * add version for waymo
      
      * update kitti metric
      
      * [Refactor] Refactor FCAF3D (#1945)
      
      * 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
      
      * [Docs] Update Chinese documentation (#1891)
      
      * [Enhance] Add an example of pcd to bin format. (#1973)
      
      * [Enhance] Add an example of pcd to bin format.
      
      * Fix installation and typo.
      
      * [Fix]: fix image conversion of Waymo to avoid information loss (#1979)
      
      * add mmeval
      
      * [Refactor] rename `CLASSES` and `PALETTE` to `classes` and `palette` in dataset metainfo (#1932)
      
      * rame CLASS and PALETTE to class and palette
      
      * change mmcv-full to mmcv
      
      * fix comments
      
      * [CI]: fix CI (#2007)
      
      * Update docs && support loading old checkpoints in FCAF3D  (#1974)
      
      * add loading converted keys and README, metafile
      
      * update readme
      
      * reorganize readme
      
      * add version in FCAF3d detector
      
      * fix converter error
      
      * [Fix] fix kitti evaluation bugs on test dataset (#2005)
      
      * fix kitti test evaluation bugs
      
      * update
      
      * [Fix] update the key name of modules from mmdet in cfgs (#2011)
      
      * [Fix] fix instance statistics when only detecting a single class (#2003)
      
      * Update iou_neg_piecewise_sampler.py
      
      * fix lint
      
      * [Enhance] Remove useless json file converter (#1971)
      
      * [Enhance] Refactor the import of `mmdet` (#1947)
      
      * fix config
      
      * refactor import of `mmdet`
      
      * fix lint
      
      * fix lint
      
      * [Enhance] Speed up evaluation on waymo (#2008)
      
      * support fast eval on waymo
      
      * support waymo evaluatioin more flexible and faster
      
      * support waymo evaluatioin more flexible and faster
      
      * renames
      
      * add docs
      
      * add guides for multi-thread evaluation toolkit
      
      * fix docstring
      
      * add download link for idx2metainfo
      
      * add docstring
      
      * set convert_kitti_format=False in Lidar-based methods
      
      * fix docs
      
      * add docstring
      
      * [Features] Support PV_RCNN modules (#1957)
      
      * 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
      
      * [Fix]Fix a bug in StackQueryAndGroup (#2043)
      
      * fix a bug
      
      * fix a batch inference bug
      
      * fix docs
      
      * [Community] Add 'Projects/' folder, and the first example project (#2042)
      
      * add project in mmdet3d
      
      * fix
      
      * fix
      
      * [Fix] Fix waymo converter (#2040)
      
      * fix waymo converter
      
      * [Fix] Update waymo converter and fix lint
      
      * Update waymo_converter.py
      
      * Update kitti_converter.py
      
      * Update update_infos_to_v2.py
      
      * revert
      
      * fix paths in `update_infos_to_v2` on Windows by using `pathlib` (#2031)
      
      * fix paths on Windows by using `pathlib`
      
      * refactor Path import
      
      * simplify the warning and error when using open3d and MinkowskiEngine (#2027)
      
      * [FIX] replace DefaultFormatBundle/3D with Pack(3D)DetInputs (#1987)
      
      * replace defaultformatbundle3d with pack3ddetinputs
      
      * remove normalize, pad, imagetotensor from configs
      
      * rm unused key 'img_norm_cfg'
      
      * fix lint errors
      
      * fix lint errors
      
      * fix lint error
      
      * xx
      
      * [Docs] Refine the documentation (#1994)
      
      * refine doc
      
      * refine docs
      
      * replace `CLASSES` with `classes`
      
      * update doc
      
      * Minor fix
      Co-authored-by: default avatarTai-Wang <tab_wang@outlook.com>
      
      * [Fix] Fix some loading bugs and support fov_image_based mode in Waymo dataset.  (#1942)
      
      * modify sample_id to sample_id and support fov_image_based on waymo dataset
      
      * Update waymo_metric.py
      
      * Minor fix
      
      * Minor fix
      
      * Minor fix
      
      * Minor fix
      
      * Minor fix
      
      * Minor fix
      
      * Minor fixes
      
      * Minor fixes
      
      * Remove optional
      
      * fix dataset instances converting bugs
      
      * Add a blank line to fix the doc compilation format
      
      * Fix the bin file name in waymo_fov config
      
      * Resolve conflicts
      
      * fix ci and other things
      Co-authored-by: default avatarTai-Wang <tab_wang@outlook.com>
      Co-authored-by: default avatarlianqing11 <lianqing11@foxmail.com>
      Co-authored-by: default avatarChaimZhu <zhuchenming@pjlab.org.cn>
      
      * [Fix] Add num_features in Lyft dataset info file (#1948)
      Co-authored-by: default avatarTai-Wang <tab_wang@outlook.com>
      
      * [Feature] Support FCAF3D on S3DIS dataset in `dev-1.x`  branch (#1984)
      
      * support fcaf3d for s3dis dataset
      
      * Update convert_utils.py
      
      * Update seg3d_dataset.py
      
      * Delete compose.py
      
      * fix import error
      
      * use `mmengine.Compose`
      
      * Update s3dis-3d.py
      
      * Update fcaf3d_2xb8_s3dis-3d-5class.py
      
      * Update s3dis_dataset.py
      
      * update unittest for s3dis
      
      * update docs
      
      * use `mmcv.Compose` instead of `mmengine.Compose`
      
      * update docstring
      
      * fix s3dis preprocessing bug
      
      * Add typehint
      
      * Update config and fix s3dis dataset
      
      * update typehit
      
      * Update convert_utils.py
      
      * Update README and metafile
      Co-authored-by: default avatarTai-Wang <tab_wang@outlook.com>
      
      * fix pp_waymo
      
      * update
      
      * resolve
      Co-authored-by: default avatarChaimZhu <zhuchenming@pjlab.org.cn>
      Co-authored-by: default avatarJingweiZhang12 <zjw18@mails.tsinghua.edu.cn>
      Co-authored-by: default avatarQing Lian <lianqing1997@gmail.com>
      Co-authored-by: default avatarShaun <cq.xiang@foxmail.com>
      Co-authored-by: default avatarWencheng Wu <41542251+274869388@users.noreply.github.com>
      Co-authored-by: default avatarErli Ouyang <ouyangerli@gmail.com>
      Co-authored-by: default avatarVVsssssk <88368822+VVsssssk@users.noreply.github.com>
      Co-authored-by: default avatarvavanade <vavanade@users.noreply.github.com>
      Co-authored-by: default avatarTai-Wang <tab_wang@outlook.com>
      Co-authored-by: default avatarlianqing11 <lianqing11@foxmail.com>
      ea15a848
  14. 07 Dec, 2022 2 commits
  15. 03 Dec, 2022 2 commits