- 10 May, 2021 2 commits
-
-
Yezhen Cong authored
* Add compatibility doc based on #470 * Update zh-CN readme * add VoteNet ckpt conversion and fix relative path * fix another relative path under docs folder * fix typo * beautify docs and change order in compat doc
-
Wenhao Wu authored
-
- 08 May, 2021 1 commit
-
-
Ziyi Wu authored
* support PN2 decode head * add mmseg dependency in github workflow * complete PN2 decode head * modify backbone pn2 to support seg task & its unit test * add unit test for PN2 decode_head
-
- 07 May, 2021 3 commits
-
-
Yezhen Cong authored
-
Wenhao Wu authored
-
Haotian Liu authored
-
- 30 Apr, 2021 8 commits
-
-
hjin2902 authored
* Bump to v0.13.0 * modify version.py and be more specific in changelog.md * space before brackets * specific pytorch 1.8 issue * version in getting_started.md * fix bugs * add few bugfix * Update changelog.md * Update changelog.md * Update getting_started.md * Adjust the orders of bug fixes * Update getting_started.md * Update changelog.md Co-authored-by:twang <30491025+Tai-Wang@users.noreply.github.com>
-
Vitalii Kudinov authored
-
Ziyi Wu authored
* fix small bug in get_loading_pipeline() * adopt eval_pipeline & support seg visualization * support multi-modality vis * fix small bugs * add multi-modality args & support S3DIS vis * update docs with imgs * fix typos
-
Wenhao Wu authored
* [Enhance] Support MMCLI * changing the mmdet version in mminstall.txt * Update mminstall.txt Set mmdet upper bound to 2.11.0 Co-authored-by:Wenwei Zhang <40779233+ZwwWayne@users.noreply.github.com>
-
Wenhao Wu authored
-
twang authored
-
hjin2902 authored
-
Ziyi Wu authored
* add sample data for waymo dataset unit test * support getitem unit test * unit test for show * unfinished evaluate unit test * KITTI format evaluate done, Waymo format uncomplete * add format_results unit test * make waymo sample data size small * remove unused comment * add pipeline show test * finish * compress img size
-
- 28 Apr, 2021 7 commits
-
-
Wenhao Wu authored
* [Feature] Adding PWC metafile * fix url in nuimages * removing inaccurate training time * refine pwc index * refine training resources * removing empty metric of metafile in regnet * removing 'Focal_Loss' and 'SECOND' from Architecture
-
Ziyi Wu authored
-
Yezhen Cong authored
-
Ziyi Wu authored
* typos in gitignore * modify customize_runtime docs * update MMGen description * replace mmdet with mmdet3d * add MMOCR
-
Yezhen Cong authored
-
Ziyi Wu authored
* remove registry.py in datasets/ * remove registry.py in ops/pointnet_modules/ * remove registry.py in models/ * refactor builder using mmcv.MODELS registry * update mmcv min version requirement * change min mmcv version requirement in mmdet3d/__init__.py * min mmcv version to 1.3.2
-
Ziyi Wu authored
* fix small errors in seg dataset cfgs * add box field to 3d seg dataset * fix small bug in S3DIS data generation scripts * fix small bugs in scannet data generation
-
- 27 Apr, 2021 2 commits
- 23 Apr, 2021 4 commits
-
-
twang authored
* Support base mono3d dense head and anchor free mono3d head * Support FCOS3D head * Support FCOS3D baseline on nuScenes * Fix an import error caused by update of mmcv/mmdet * Change img_scale to scale_factor in the MultiScaleFlipAug in the config * Add pred_bbox2d in the params of anchor_free_mono3d_head * Add unit test for fcos3d head * Fix a minor bug when setting img_metas in the unit test * Add unit test for fcos3d detector * Simplify the logic of weights initialization * Add comments to specify the reason of cloning features * Update head config
-
Ziyi Wu authored
* support S3DIS data download and pre-processing (to ScanNet format) * add S3DIS data for unittest * add S3DIS semseg dataset class and unittest * add config file for S3DIS dataset * add eval_pipeline to S3DIS dataset config file * clean code for S3DIS pre-processing scripts * reformat code * fix small bugs * resolve conflicts & modify show() to use pipeline * fix small errors * polish data pre-processing code * add more comments about S3DIS dataset * fix markdown lint error
-
twang authored
* Update GlobalRotScale in the config of pointpillars benchmark * Update config in the ObjectNoise
-
Ziyi Wu authored
* add QR code & add MMGen * modify tag to comment * update re-expression
-
- 21 Apr, 2021 3 commits
-
-
Ziyi Wu authored
-
Jinhyung Park authored
* Clamp 2D Projection of 3D Votes to Image Boundaries * 'lint' * 'lint; * lint Co-authored-by:Yezhen Cong <52420115+THU17cyz@users.noreply.github.com>
-
Yezhen Cong authored
* fix #460 and simplify configs * fix duplicate key error * delete unused _delete_ * add cosine docstring and fixed a bug * revert config files under benchmark folder * add type to runner in benchmark configs * remove irrelevant change
-
- 19 Apr, 2021 4 commits
-
-
Ziyi Wu authored
* reuse pipeline in scannet-det dataset * reuse pipeline in kitti dataset * reuse pipeline in lyft dataset * reuse pipeline in sunrgbd dataset * reuse pipeline in nuscenes dataset * reuse pipeline in waymo dataset * reuse pipeline in scannet-seg dataset * add eval_pipeline in configs which have custom data pipelines * move data loading via pipeline to dataset._extract_data() for clarity * use eval_pipeline in tools/misc/visualize_results.py * get_pipeline from self when no pipeline is provided * fix small bugs * fix small bugs * simplify and clear code * remove unnecessary eval_pipeline added * add comment about why we set self.test_mode=False * small fix * modify docs about config
-
Wenhao Wu authored
-
hjin2902 authored
-
Ziyi Wu authored
* modify PointShuffle and add unittest * modify PointsRangeFilter and add unittest * fix small bugs in IndoorPointSample * fix small typos in docstring
-
- 18 Apr, 2021 1 commit
-
-
Yezhen Cong authored
-
- 16 Apr, 2021 2 commits
-
-
Ziyi Wu authored
-
Yezhen Cong authored
-
- 14 Apr, 2021 3 commits
-
-
twang authored
* Support single stage mono3d detector * Add single stage mono3d detector in the init * Support FCOS Mono3D detector * Minor adjustment of docstring * Fix detector import * Move numpy import to header
-
gillbam authored
-
Yezhen Cong authored
-