- 03 Dec, 2022 17 commits
-
-
Xiangxu-0103 authored
-
Jingwei Zhang authored
* 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
-
ChaimZhu authored
* update metainfo in pkl file * update * add version for waymo * update kitti metric
-
Shaun authored
-
Jingwei Zhang authored
* support tensorflow>2.6.0 * add filter conditions
-
ChaimZhu authored
* fix circle ci * update * update
-
Xiangxu-0103 authored
* [Refactor] Use `mmeval.MeanIoU` for `SegMetric` (#1929) * Use mmeval.MeanIoU * fix comments and add self.reset * add mmyolo Co-authored-by:ChaimZhu <zhuchenming@pjlab.org.cn>
-
JingweiZhang12 authored
-
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
* 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:ChaimZhu <zhuchenming@pjlab.org.cn>
-
Qing Lian authored
-
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
-
ChaimZhu authored
* fix point cloud loop visualization error * fix browse_dataset * fix browse_dataset * support saving lidar_det Co-authored-by:JingweiZhang12 <zjw18@mails.tsinghua.edu.cn>
-
Tai-Wang authored
-
Tai-Wang authored
-
Tai-Wang authored
-
VVsssssk authored
-
- 12 Oct, 2022 6 commits
-
-
VVsssssk authored
* bump to rc1 * fix * fix comments * fix comments * fix * fix * fix * fix comments * Minor fixes and sort commits * fix changelog-v1.0 pr sort * fix changelog * fix * fix * add dfm in model tabel * Remove DfM in the readme * Remove DfM in the readme * Update MV-FCOS3D++ description * Add highlights * Update changelog.md Co-authored-by:Tai-Wang <tab_wang@outlook.com>
-
Jingwei Zhang authored
* add the code of generating cam_sync_labels in waymo dataset * fix key error in waymo converation * fix waymo convert bug and refactor parse_ann_info in WaymoDataset * add image_path key in waymo sweeps * polish code * add sweeps in data_prefix in waymo config * fix some bugs in waymo * resolve some comments and fix configs of pointpillars * add 2 TODOs * fix lint Co-authored-by:lianqing <lianqing1997@gmail.com>
-
Qing Lian authored
-
VVsssssk 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>
-
ChaimZhu authored
* update vis doc * support bev visualization and update proj_3d visualization * fix bugs * fix comments and add visualizer in dataset config * fix comments * add draw_points_on_image sample * fix ci * remove mkdir_or_exist * update vis doc
-
- 11 Oct, 2022 2 commits
-
-
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
-
Jingwei Zhang authored
* fix ci * remove spconv in optional.txt
-
- 10 Oct, 2022 1 commit
-
-
Jingwei Zhang authored
* update pre-commit-hook config * fix typos in new pre-commit-hook
-
- 08 Oct, 2022 5 commits
-
-
Qing Lian authored
-
Xiangxu-0103 authored
* fix nuscenes training bug * update kitti_dataset docstring * update nuscenes_dataset docstring * fix lint and modifty docstring
-
Shilong Zhang authored
* fix the doc * resolve comments * fix doct
-
ChaimZhu authored
* update customize * update customize dataset * update doc * update doc * fix comments * fix comments
-
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
-
- 30 Sep, 2022 1 commit
-
-
VVsssssk authored
* add deploy.yaml * fix * fix * fic * fix * fix * fix * fix * fix * fix * fix bug * fix comments * fix comments * fix * fix * Minor fix Co-authored-by:Tai-Wang <tab_wang@outlook.com>
-
- 29 Sep, 2022 1 commit
-
-
Jingwei Zhang authored
* modify ci config * minor changes * min python==3.7.4 & update install docs * fix data_preprocessor * fix data_preprocessor * install waymo-open-dataset-tf-2-6-0 * update docs
-
- 28 Sep, 2022 4 commits
-
-
Jingwei Zhang authored
* add coco ann for mono3d demo and fix inference * add demo pkl * update docs
-
Jingwei Zhang authored
* fix ci of dataset and visualizer by regenerate pkl * decrease channels in ut for reducing cuda memory * still use sample_id in the kitti submitted files * minor changes * use waymo-open-dataset-tf-2-6-0 * use waymo-open-dataset-tf-2-5-0 to be compabible with python3.6 * use waymo-open-dataset-tf-2-4-0 to be compabible with python3.6 * no dependency about waymo-open-dataset * Revert "no dependency about waymo-open-dataset" This reverts commit 581d4eefe26851a295b3190bcfa73d6fb2ba54aa. * not install waymo-open-dataset for ci * max python version is 3.8 because of trimesh * Revert "max python version is 2.8 because of trimesh" This reverts commit 6d8a1851b22a2059e7de75b576c2b7f633ad7cfa. * fix networkx in ci * update docstring of data_preprocessor * modify version of typingextensions
-
Xiangxu-0103 authored
-
ChaimZhu authored
* update benchmark config * fix docstrings * update docstrings * update benchmark hook
-
- 22 Sep, 2022 3 commits
-
-
ChaimZhu authored
* fix nuscenes datasets * fix fcos3d bugs
-
ChaimZhu authored
-
Jingwei Zhang authored
* ImVoxelNet inherits from Base3DDetector * fix typo sample_id * replace add_pred_to_datasample with add_pred_to_datasample * refactor imvoxelnet config
-