- 25 May, 2023 2 commits
-
-
Quantum Cat authored
* 2023/04/28 add task_modules type hint * Update mmdet3d/models/task_modules/anchor/anchor_3d_generator.py Co-authored-by:
Xiang Xu <xuxiang0103@gmail.com> * Update mmdet3d/models/task_modules/anchor/anchor_3d_generator.py Co-authored-by:
Xiang Xu <xuxiang0103@gmail.com> * Update mmdet3d/models/task_modules/anchor/anchor_3d_generator.py Co-authored-by:
Xiang Xu <xuxiang0103@gmail.com> * Update mmdet3d/models/task_modules/anchor/anchor_3d_generator.py Co-authored-by:
Xiang Xu <xuxiang0103@gmail.com> * Update mmdet3d/models/task_modules/anchor/anchor_3d_generator.py Co-authored-by:
Xiang Xu <xuxiang0103@gmail.com> * Update mmdet3d/models/task_modules/anchor/anchor_3d_generator.py Co-authored-by:
Xiang Xu <xuxiang0103@gmail.com> * Update mmdet3d/models/task_modules/anchor/anchor_3d_generator.py Co-authored-by:
Xiang Xu <xuxiang0103@gmail.com> * Update mmdet3d/models/task_modules/anchor/anchor_3d_generator.py Co-authored-by:
Xiang Xu <xuxiang0103@gmail.com> * Update mmdet3d/models/task_modules/anchor/anchor_3d_generator.py Co-authored-by:
Xiang Xu <xuxiang0103@gmail.com> * Update mmdet3d/models/task_modules/anchor/anchor_3d_generator.py Co-authored-by:
Xiang Xu <xuxiang0103@gmail.com> * Update mmdet3d/models/task_modules/coders/groupfree3d_bbox_coder.py Co-authored-by:
Xiang Xu <xuxiang0103@gmail.com> * Update mmdet3d/models/task_modules/anchor/anchor_3d_generator.py Co-authored-by:
Xiang Xu <xuxiang0103@gmail.com> * Update mmdet3d/models/task_modules/anchor/anchor_3d_generator.py Co-authored-by:
Xiang Xu <xuxiang0103@gmail.com> * 2023/05/19 fix_wrong_hint * Update centerpoint_bbox_coders.py * Update iou_neg_piecewise_sampler.py --------- Co-authored-by:
Xiang Xu <xuxiang0103@gmail.com>
-
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
-
- 19 May, 2023 1 commit
-
-
Sun Jiahao authored
* add minkowski block * fix minkowski residual block * rename ut * fix test case * add doc string * fix __init__
-
- 17 May, 2023 2 commits
-
-
Sun Jiahao authored
* enhance * enhance * fix __init__ * fix minku backbone
-
Sun Jiahao authored
-
- 11 May, 2023 3 commits
-
-
Lum authored
* [Docs] Update link of registry tutorial (#2442) Registry docs are now under Advanced Tutorials. * add typehint to the backbones of model. * Update typehint with OptMultiConfig and Tensor to torch.Tensor * Update mmdet3d/models/backbones/dgcnn.py Co-authored-by:
Xiang Xu <xuxiang0103@gmail.com> * Update mmdet3d/models/backbones/dgcnn.py Co-authored-by:
Xiang Xu <xuxiang0103@gmail.com> * Update mmdet3d/models/backbones/dgcnn.py Co-authored-by:
Xiang Xu <xuxiang0103@gmail.com> * Update mmdet3d/models/backbones/dgcnn.py Co-authored-by:
Xiang Xu <xuxiang0103@gmail.com> * Update mmdet3d/models/backbones/dgcnn.py Co-authored-by:
Xiang Xu <xuxiang0103@gmail.com> * Update mmdet3d/models/backbones/dgcnn.py Co-authored-by:
Xiang Xu <xuxiang0103@gmail.com> * Update mmdet3d/models/backbones/dgcnn.py Co-authored-by:
Xiang Xu <xuxiang0103@gmail.com> * Update mmdet3d/models/backbones/dla.py Co-authored-by:
Xiang Xu <xuxiang0103@gmail.com> * Update mmdet3d/models/backbones/dla.py Co-authored-by:
Xiang Xu <xuxiang0103@gmail.com> * Update mmdet3d/models/backbones/dgcnn.py Co-authored-by:
Xiang Xu <xuxiang0103@gmail.com> * Update typehint. * add typehint to function mono_cam_box2vis and remove assert keyword. * Update typehint. * Fixed some problems. --------- Co-authored-by:
pd-michaelstanley <88335018+pd-michaelstanley@users.noreply.github.com> Co-authored-by:
Xiang Xu <xuxiang0103@gmail.com>
-
Sun Jiahao authored
* fix polarmix UT * init tpvformer * add nus seg * add nus seg * test done * Delete change_key.py * Delete test_dcn.py * remove seg eval * fix encoder * init train * train ready * remove asynctest * change test.yml * pr_stage_test.yml & merge_stage_test.yml * pip install wheel * pip install wheel all * check type hint * check comments * remove Photo aug * fix p2v * fix docsting & fix config filepath
-
Sun Jiahao authored
* fix amp * init scale 4096 & fix link * fix pre-commit * fix interval * fix pp & remove fp16
-
- 26 Apr, 2023 1 commit
-
-
Sun Jiahao authored
* fix p2v_map when no gt & unit name * fix gt bug * fix max_voxels
-
- 24 Apr, 2023 1 commit
-
-
Xiang Xu authored
* support TTA for segmentor * fix UT * fix UT * support scale and rotate tta * update with comments
-
- 12 Apr, 2023 1 commit
-
-
chriscarving authored
-
- 28 Mar, 2023 3 commits
-
-
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
-
xizaoqu authored
* mv cylinder blocks from sparse blocks to backbone * update
-
yechenzhi authored
-
- 23 Mar, 2023 1 commit
-
-
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
-
- 20 Mar, 2023 1 commit
-
-
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
-
- 15 Mar, 2023 1 commit
-
-
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
-
- 06 Mar, 2023 2 commits
-
-
Jingwei Zhang authored
-
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
-
- 28 Feb, 2023 2 commits
- 20 Feb, 2023 2 commits
-
-
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
-
Xiang Xu authored
-
- 16 Feb, 2023 1 commit
-
-
Danila Rukhovich authored
* docstrings and .md fixes * add minkresnet to readme * fix cross in zh readme * fix lint
-
- 14 Feb, 2023 1 commit
-
-
Xiang Xu authored
* refactor segmentor * replace meta info during inference * Update decode_head.py * update * update docs
-
- 03 Feb, 2023 1 commit
-
-
roger-lcc authored
* Add typehints for models/losses * Add typehints for models/losses * Add typehints for models/losses * Add typehints for models/losses
-
- 18 Jan, 2023 1 commit
-
-
wushufan authored
* Add typehint for models/utils and others * fix line too long * fix format error by pre-commit * fix format error by pre-commit * update with review suggestions
-
- 05 Jan, 2023 2 commits
-
-
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
-
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
-
- 27 Dec, 2022 1 commit
-
-
ChaimZhu authored
* fix circle ci * delete model builder * fix comments
-
- 09 Dec, 2022 1 commit
-
-
Jingwei Zhang authored
-
- 03 Dec, 2022 9 commits
-
-
Xiangxu-0103 authored
-
Xiangxu-0103 authored
* refactor voxelization for faster speed * fix doc typo
-
Xiangxu-0103 authored
* add typeints for models/layers * Update builder.py
-
Xiangxu-0103 authored
* refactor configs of dgcnn * update * Update metafile.yml * Refactor dgcnn * Minor fixes in docstring Co-authored-by:Tai-Wang <tab_wang@outlook.com>
-
Xiangxu-0103 authored
* 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:Tai-Wang <tab_wang@outlook.com> fix __all__ keyword
-
Jingwei Zhang authored
-
Xiangxu-0103 authored
* 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
-
VVsssssk authored
* fix a bug * fix a batch inference bug * fix docs
-
Erli Ouyang authored
fix lint
-