- 25 Apr, 2023 1 commit
-
-
Jingwei Zhang authored
* init commit * add zh-cn docs * polish docs * polish docs * refine docs and update description about S3DIS, ScanNet * polish docs
-
- 24 Apr, 2023 4 commits
-
-
Xiang Xu authored
* add typehint * fix UT * update docs
-
Xiang Xu authored
-
Xiang Xu authored
* support TTA for segmentor * fix UT * fix UT * support scale and rotate tta * update with comments
-
Jingwei Zhang authored
-
- 21 Apr, 2023 1 commit
-
-
Sun Jiahao authored
* fix ci * fix build cu102 * fix o3d visualizer when have not any display equipment * fix mmocr typo
-
- 14 Apr, 2023 1 commit
-
-
Jingwei Zhang authored
* refactor docs structures * refactor zh_cn docs * fix docs * refactor datasets structures * minor fix
-
- 12 Apr, 2023 1 commit
-
-
chriscarving authored
-
- 10 Apr, 2023 2 commits
-
-
Jingwei Zhang authored
* fix torch version * pull request invoke * use torchvision1.13.1 * Revert "pull request invoke" This reverts commit 56e58edec5dc3fe13e6e195691aa14484b3e386b.
-
Jingwei Zhang authored
* loose numba version * update miniinstall * update all version restriction * update all version restriction about mmcv * minor changes * add numba version in faq * using mmcv2.0.0rc4 Co-authored-by:
Xiang Xu <xuxiang0103@gmail.com> --------- Co-authored-by:
Xiang Xu <xuxiang0103@gmail.com>
-
- 06 Apr, 2023 2 commits
-
-
Jingwei Zhang authored
* init commit * add contribution guides link * polish docs * rename 1.1.0 and corresponding modification * polish docs * polish docs * minor fix
-
Jingwei Zhang authored
* add migration and notice * fix link * polish docstring * polish docs * polish docs * minor changes * add link of migration docs of MMEngine * final check
-
- 04 Apr, 2023 4 commits
-
-
xizaoqu authored
* Update README.md * Update README.md * Update README.md * Update README.md
-
Xiang Xu authored
* fix ci * fix ci
-
Sun Jiahao authored
* fix polarmix UT * init spvcnn readme * fix imou * add link * add torchsparse link * revise link
-
Jingwei Zhang authored
* init commit * set random seed for groupfree and imvotenet * replace lyft by nus * add fcos3d resnet34 * Revert "add fcos3d resnet34" This reverts commit f3da3d91253cb9340e8e0a98b0b54efadf842f8d. * replace waymo by kitti for pointpillars
-
- 29 Mar, 2023 1 commit
-
-
Sun Jiahao authored
* add readme * rename * fix miou typo * add link * fix backbone name * add torchsparse link * revise link
-
- 28 Mar, 2023 7 commits
-
-
Sun Jiahao authored
-
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
-
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
* add readme * fix * fix * fix * rebase * add link * add link * add link
-
xizaoqu authored
* mv cylinder blocks from sparse blocks to backbone * update
-
yechenzhi authored
-
莓莓Joy 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
-
- 22 Mar, 2023 2 commits
-
-
Jingwei Zhang authored
* add benchmark cfg files * remove imvoxelnet * fix centerpoint metafile
-
Jingwei Zhang authored
* init commit * small fix * discard describtion about master branch * polish
-
- 20 Mar, 2023 3 commits
-
-
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
-
Deze authored
[Fix]: CenterFormer, exchange width and length according to coordinates(xyz) and dimensions(lwh) correspondence (#2360) (#2362)
-
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
-
- 16 Mar, 2023 1 commit
-
-
Jingwei Zhang authored
* update config link in readme * update version restriction * update * fix some configs error in metafile * add pvrcnn and fcaf3d in model-index.yml
-
- 15 Mar, 2023 3 commits
-
-
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
-
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
-
Xiang Xu authored
-
- 13 Mar, 2023 3 commits
-
-
Xiang Xu authored
* refactor leio * update mmengine and mmcv version * update * update docs * update version
-
Xiang Xu authored
* update type alias * fix UT
-
Sun Jiahao authored
* fix polarmix UT * update trimesh version
-
- 06 Mar, 2023 3 commits
-
-
Sun Jiahao authored
* fix polarmix UT * fix scannet info bug
-
Xiang Xu authored
-
Jingwei Zhang authored
-