- 25 Apr, 2023 2 commits
-
-
Jingwei Zhang authored
* fix rotation in MVXNet * add comments * add comments * update link of mvxnet in inference.md
-
Jingwei Zhang authored
* fix demo and visualization * update second checkpoint and link * rename link about scannet config * fix amp config and add lidar_seg in vis_hook * revert main to master in changelog_v1.0.x
-
- 24 Apr, 2023 1 commit
-
-
Xiang Xu authored
* support TTA for segmentor * fix UT * fix UT * support scale and rotate tta * update with comments
-
- 28 Mar, 2023 1 commit
-
-
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
-
- 20 Mar, 2023 1 commit
-
-
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
-
- 13 Mar, 2023 2 commits
- 01 Mar, 2023 2 commits
-
-
Sun Jiahao authored
* fix polarmix UT * fix bug * fix img list
-
Xiang Xu authored
-
- 28 Feb, 2023 1 commit
-
-
Xiang Xu authored
* add lasermix * add prob * update description * update
-
- 23 Feb, 2023 1 commit
-
-
Xiang Xu authored
* support polarmix * Update __init__.py * add UT * use `BasePoints` instead of numpy * Update transforms_3d.py * Update transforms_3d.py * Update test_transforms_3d.py * update docs * update polarmix without MultiImageMixDataset * add comments * fix UT * update docstring * fix yaw calculation * fix UT * refactor * update * update docs * fix typo * Update transforms_3d.py * update ut * fix typehint * add prob argument
-
- 20 Feb, 2023 1 commit
-
-
xizaoqu authored
-
- 18 Feb, 2023 1 commit
-
-
Sun Jiahao authored
* change np.transpose to torch.permute * add comments
-
- 16 Feb, 2023 1 commit
-
-
xizaoqu authored
* add panoptic loading * update * update * update * add semantic config * fix tets * fix test * update * get seg label mapping
-
- 31 Jan, 2023 2 commits
-
-
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
-
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
-
- 30 Jan, 2023 1 commit
-
-
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
-
- 05 Jan, 2023 1 commit
-
-
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
-
- 03 Dec, 2022 4 commits
-
-
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
-
Xiangxu-0103 authored
* fix config * refactor import of `mmdet` * fix lint * fix lint
-
xiangxu-0103 authored
delete whitespace update docs remove unnecessary optional docs update docs add mmengine assertion add docstring fix mminstall update mmengine version fix [Fix]: fix semantic segmentation related bugs (#1909) 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 update docs Update det3d_dataset.py update docstrings update docs fix lint update docs fix fix fix lint
-
Jingwei Zhang authored
* 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
-
- 12 Oct, 2022 2 commits
-
-
Qing Lian authored
-
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:
lianqing <lianqing1997@gmail.com> Co-authored-by:
Tai-Wang <tab_wang@outlook.com>
-
- 11 Oct, 2022 1 commit
-
-
ChaimZhu authored
* fix mono3d related bugs * update kitti-mono3d script * update mono3d task * update resize3d and randomresize3d * fix * update dataset converter script * fix part of comments * unify the task name in datasets and visualization * fix comments * rename 3d to lidar_det * fix ci * change boxlist to boxtype * change default value ot lidar_det * fix bugs
-
- 10 Oct, 2022 1 commit
-
-
Jingwei Zhang authored
* update pre-commit-hook config * fix typos in new pre-commit-hook
-
- 08 Oct, 2022 1 commit
-
-
Xiangxu-0103 authored
* update dataset transforms * update dbsampler docstring and add typehints * add type hints and fix potential point sample bug * fix lint * fix * fix
-
- 22 Sep, 2022 1 commit
-
-
ChaimZhu authored
-
- 16 Sep, 2022 1 commit
-
-
Jingwei Zhang authored
* force the mask as bool * fix config name * Revert "fix config name" This reverts commit 99fc6445d9a49824b61692bcdd374eabd0ef3200. * remove type convert * minor changes * fix docs
-
- 13 Sep, 2022 1 commit
-
-
ChaimZhu authored
-
- 01 Sep, 2022 1 commit
-
-
Shilong Zhang authored
* fix liar_det3d * fix ch liar_det3d * fix en and ch liar_seg and add formart results * resolve the comments * fix the nuscence * fix scannet * fix waymo det * fix docs * fix the doc * fix the command line * fix the command line * fix nuscence * fix nuscence * resolve the comments * resp;ve * Minor fix * Minor fix Co-authored-by:Tai-Wang <tab_wang@outlook.com>
-
- 31 Aug, 2022 1 commit
-
-
ChaimZhu authored
* update data flow and ut * update ut * update code * fix mapping bug * fix comments
-
- 26 Aug, 2022 1 commit
-
-
VVsssssk authored
[Fix] replace mmcv's function and modules imported with mmengine's and sync the latest mmengine (#1765) * replace mmcv to mmengine * fix * fix comments
-
- 17 Aug, 2022 1 commit
-
-
VVsssssk authored
* fix mmcv file client * fix set_env * fix mmcv file load and dump
-
- 15 Aug, 2022 2 commits
-
-
Shilong Zhang authored
* [Doc]: fix markdown version (#1653) * [CI] Add circle ci (#1647) * add circle ci * delete github ci * fix ci * fix ut * fix markdown version * rm * fix seg mapping for scannet * fix requiremetn * fix all seg dataet * resolve commnets Co-authored-by:VVsssssk <88368822+VVsssssk@users.noreply.github.com>
-
ChaimZhu authored
* add circle ci * delete github ci * fix ci * fix ut * fix markdown version * rm * fix part of uts * fix comments * change foler * refactor test directory * fix kitti metric ut * fix all ut Co-authored-by:VVsssssk <shenkun@pjlab.org.cn>
-
- 09 Aug, 2022 1 commit
-
-
VVsssssk authored
-
- 04 Aug, 2022 1 commit
-
-
Qing Lian authored
* update waymo dataset * [Fix] Fix all unittests and refactor tests directory and add circle ci in `test-1.x` (#1654) * add circle ci * delete github ci * fix ci * fix ut * fix markdown version * rm * fix part of uts * fix comments * change foler * refactor test directory * fix kitti metric ut * fix all ut Co-authored-by:
VVsssssk <shenkun@pjlab.org.cn> * add waymo dataset and evaluation metrics * convert second configs for v2.0 * [Refactor] Unify ceph config (#1677) * refactor ceph in config * support metric load ann file from ceph * add doc string and remove useless code * [Fix]Fix create data (#1659) * add circle ci * delete github ci * fix ci * fix ut * fix markdown version * rm * fix part of uts * fix comments * change foler * refactor test directory * fix kitti metric ut * fix all ut * fix creat data Co-authored-by:
ChaimZhu <zhuchenming@pjlab.org.cn> * [Fix] Fix seg mapping (#1681) * [Doc]: fix markdown version (#1653) * [CI] Add circle ci (#1647) * add circle ci * delete github ci * fix ci * fix ut * fix markdown version * rm * fix seg mapping for scannet * fix requiremetn * fix all seg dataet * resolve commnets Co-authored-by:
VVsssssk <88368822+VVsssssk@users.noreply.github.com> * [Fix] Fix SSN configs (#1686) * modify doc string and evaluation file location * add doc string * remove path mapping in flieclient args Co-authored-by:
ChaimZhu <zhuchenming@pjlab.org.cn> Co-authored-by:
VVsssssk <shenkun@pjlab.org.cn> Co-authored-by:
VVsssssk <88368822+VVsssssk@users.noreply.github.com> Co-authored-by:
Shilong Zhang <61961338+jshilong@users.noreply.github.com>
-
- 20 Jul, 2022 1 commit
-
-
zhangshilong authored
-