- 04 Jan, 2024 1 commit
-
-
YirongYan authored
-
- 04 Jul, 2023 1 commit
-
-
Sun Jiahao authored
* fix visual * add AttributeError * fix keep index bug * fix open3d version bug
-
- 25 Apr, 2023 1 commit
-
-
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
-
- 01 Mar, 2023 1 commit
-
-
Sun Jiahao authored
* fix polarmix UT * fix bug * fix img list
-
- 18 Feb, 2023 1 commit
-
-
Sun Jiahao authored
* change np.transpose to torch.permute * add comments
-
- 03 Dec, 2022 1 commit
-
-
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
-
- 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>
-
- 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
-
- 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
-
- 20 Jul, 2022 9 commits
-
-
zhangshilong authored
-
zhangshilong authored
-
jshilong authored
-
ZCMax authored
-
ZCMax authored
-
VVsssssk authored
-
jshilong authored
-
jshilong authored
-
ZCMax authored
-
- 27 Apr, 2022 1 commit
-
-
ChaimZhu authored
* Update Registry in MMDet3D * fix compose pipeline bug * update registry * fix some bugs * fix comments * fix comments
-
- 09 Nov, 2021 1 commit
-
-
ChaimZhu authored
* fix collect3d meta keys * support inference smoke on nuscenes and fix some bugs * fix some bugs
-
- 24 Sep, 2021 2 commits
-
-
Yezhen Cong authored
* refactor points_in_boxes * Merge same functions of three boxes * More docstring fixes and unify x/y/z size * Add "optional" and fix "Default" * Add "optional" and fix "Default" * Add "optional" and fix "Default" * Add "optional" and fix "Default" * Add "optional" and fix "Default" * Remove None in function param type * Fix unittest * Add comments for NMS functions * Merge methods of Points * Add unittest * Add optional and default value * Fix box conversion and add unittest * Fix comments * Add unit test * Indent * Fix CI * Remove useless \\ * Remove useless \\ * Remove useless \\ * Remove useless \\ * Remove useless \\ * Add unit test for box bev * More unit tests and refine docstrings in box_np_ops * Fix comment * Add deprecation warning
-
Yezhen Cong authored
-
- 19 Aug, 2021 1 commit
-
-
dingchang authored
* Add header for files * Add header for files * Add header for files * Add header for files
-
- 06 Aug, 2021 1 commit
-
-
Danila Rukhovich authored
* replace all cam_intrinsic * revert cam_intrinsic in test * remove rect and fix lint
-
- 30 Jun, 2021 1 commit
-
-
Danila Rukhovich authored
* refactor K and Rt to depth2img for SUN RGB-D * fix lint * update 3 tests * fix extra calib key and comments * remove calib from browse_dataset * fix cam to depth; rename return_z
-
- 07 Apr, 2021 2 commits
-
-
twang authored
* Support nuscenes mono3d json info generation * Support nuscenes mono3d dataset class * Support attribute and bbox2d prediction in bbox3dnms and bbox3d2result * Rename dataset class and add comments to 'attrs' * Support mono3d related pipelines * Fix unittest for loading 3D annotations * Add unit test for nuscenes mono3d dataset * Rename the sample result file * Upload sample data for mono3d unit test * Upload sample data for mono3d unit test * Upload sample image for unit test * Delete tests/data/nuscenes/samples/LIDAR_TOP/CAM_BACK_LEFT directory * Add files via upload * Remove unnecessary 'f' * Remove unnecessary \ in arguments * Remove check for pycocotools version because it has been done in the cocodataset * Remove unnecessary comma, add TODO and change init of attrs in format_results * Merge RandomFlip3D and RandomFlipMono3D * Add pytest to check whether cuda is available in the unit test * Add visualization TODO * Remove useless init in loading mono3d images
-
Ziyi Wu authored
* remove max_num_point in ScanNet data preprocessing * add config file for ScanNet semantic segmentation dataset * modify NormalizePointsColor in pipeline * add visualization function for semantic segmentation * add ignore_index to semantic segmentation visualization function * add ignore_index to semantic segmentation evaluation function * fix ignore_index bug in semantic segmentation evaluation function * add test function to check ignore_index assignment in PointSegClassMapping * fix slicing bug in BasePoints class and add unittest * add IndoorPatchPointSample class for indoor semantic segmentation data loading and add unittest * modify LoadPointsFromFile class and its unittest to support point color loading * fix data path in unittest * add setter function for coord and attributes of BasePoint and modify unittest * modify color normalization operation to work on BasePoint class * add unittest for ScanNet semantic segmentation data loading pipeline * fix ignore_index bug in seg_eval function * add ScanNet semantic segmentation dataset and unittest * modify config file for ScanNet semantic segmentation * fix visualization function and modify unittest * fix a typo in seg_eval.py * raise exception when semantic mask is not provided in train/eval data loading * support custom computation of label weight for loss calculation * modify seg_eval function to be more efficient * fix small bugs & change variable names for clarity & add more cases to unittest * move room index resampling and label weight computation to data pre-processing * add option allowing user to determine whether to sub-sample point clouds * fix typos & change .format to f-string & fix link in comment * save all visualizations into .obj format for consistency * infer num_classes from label2cat in eval_seg function * add pre-computed room index and label weight for ScanNet dataset * replace .ply with .obj in unittests and documents * add TODO in case data is on ceph * add base dataset for all semantic segmentation tasks & add ScanNet dataset inheriting from base dataset * rename class for consistency * fix minor typos in comment * move Custom3DSegDataset to a new file * modify BasePoint setter function to enable attribute adding * add unittest for NormalizePointsColor and fix small bugs * fix unittest for BasePoints * modify ScanNet data pre-processing scripts * change ignore_idx to -1 in seg_eval function * remove sliding inference from PatchSample function and modify unittest * remove PatchSample from scannet seg test_pipeline
-
- 24 Mar, 2021 1 commit
-
-
Yezhen Cong authored
* Added image loading in SUNRGB-D dataset (#195) * image loading * format and docstring fix * removed irrelevant files * removed irrelevant files * load image only if modality is pc+img * added modality like nuscenes * Added imvotenet image branch pretrain (#217) * image loading * naive commit * format and docstring fix * removed irrelevant files * removed irrelevant files * load image only if modality is pc+img * added modality like nuscenes * pretrain_2d_model * finetune sunrgbd * finetune sunrgbd * deleted unused code * fixed a bug * resolve conflict * update config file * fix docstring and configs * integrated vote fusion * coords transform and unit test * Update docstring * refactor and add unit test * fix bug caused by mmcv upgrade; delete pdb breakpoint * add point fusion unittest * remove unused file * fix typos * updates * add assertion info * update * add unittest * add vote fusion unittest * add vote fusion unittest * [Refactor] VoteNet refactor (#322) * votenet refactor * remove file * minor update * docstring * initial update of imvotenet * [Feature] Support vote fusion (#297) * integrated vote fusion * coords transform and unit test * Update docstring * refactor and add unit test * add point fusion unittest * remove unused file * updates * add assertion info * update * add unittest * add vote fusion unittest * add vote fusion unittest * minor update * docstring * change np ops to torch * refactor test * update * refactor of image mlp and np random ops to torch * add docstring * add config and mod dataset * fix bugs * add_comments * fix bugs * fix_bug * fix bug * fix bug * fix bug * fix bug * final fix * fix bug * ? * add docstring * move train/test cfg * change img mlp default param * rename config * minor mod * change config name * move train/test cfg * some fixes and 2d utils * fix config name * fix config override issue * config simplify & reformat * explicitly set eval mode->override train() * add fix_img_branch to config * remove set_img_branch_eval_mode * temporal fix, change calibs to calib * more docstring and view/reshape, expand/repeat change * complete imvotenet docstring * fix docstring * add config and some minor fix * rename config Co-authored-by:ZwwWayne <wayne.zw@outlook.com>
-
- 28 Nov, 2020 1 commit
-
-
encore-zhou authored
* add h3d backbone * add h3d backbone * add h3dnet * modify scannet config * fix bugs for proposal refine * fix bugs for test backbone * add primitive head test * modify h3dhead * modify h3d head * update loss weight config * fix bugs for h3d head loss * modify h3d head get targets function * update h3dnet base config * modify weighted loss * Revert "Merge branch 'h3d_u2' into 'master'" This reverts merge request !5 * modify pipeline * modify kitti pipeline * fix bugs for points rotation * modify multi sweeps * modify multi sweep points * fix bugs for points slicing * modify BackgroundPointsFilter * modify pipeline * modify unittest * modify unittest * modify docstring * modify config files * update configs * modify docstring
-
- 09 Jul, 2020 1 commit
-
-
wangtai authored
Update mmdet3d/datasets/kitti_dataset.py, mmdet3d/datasets/custom_3d.py, mmdet3d/datasets/pipelines/transforms_3d.py files
-
- 08 Jul, 2020 2 commits
-
-
zhangwenwei authored
-
wangtai authored
-
- 21 Jun, 2020 1 commit
-
-
liyinhao authored
-
- 20 Jun, 2020 1 commit
-
-
wuyuefeng authored
-
- 17 Jun, 2020 1 commit
-
-
zhangwenwei authored
-
- 12 Jun, 2020 1 commit
-
-
zhangwenwei authored
-