- 12 Jun, 2021 1 commit
-
-
Ziyi Wu authored
* enhance IndoorPatchPointSample * modify configs and unit test * add docs & comment * fix legacy bug * minor fix * keep sample_rate and add warning
-
- 10 Jun, 2021 1 commit
-
-
Yezhen Cong authored
-
- 09 Jun, 2021 1 commit
-
-
Wenwei Zhang authored
* add chinese doc * update
-
- 01 Jun, 2021 2 commits
- 26 May, 2021 1 commit
-
-
Ziyi Wu authored
* fix comment errors * add eval_pipeline in mono-nuscene cfg * add vis function in nuscene-mono dataset * refactor vis function to support all three mode boxes proj to img * add unit test for nuscene-mono show func * browse_dataset support nuScenes_mono * add show_results() to SingleStageMono3DDetector * support mono-3d dataset browse * support nus_mono_dataset and single_stage_mono_detector show function * update useful_tools.md docs * support mono-3d demo * add unit test * update demo docs * fix typos & remove unused comments * polish docs
-
- 19 May, 2021 2 commits
-
-
Ziyi Wu authored
* compress kitti unit test imgs * add unit test for inference_multi_modality_detector * fix typos * rename init_detector to init_model * show_result_meshlab support seg task * add unit test for seg show_result_meshlab * support inference_segmentor * support pc seg demo * add docs * minor fix * change function name * compress demo data size * update docs
-
Yezhen Cong authored
* Add Lyft fixer file and instructions * Restore Lyft split files
-
- 18 May, 2021 3 commits
-
-
Wenhao Wu authored
* [Fix] Updating mmcv_version to be consistent with mmseg and to support MMCLI * updating get_started.md * updating mminstall to be the pip requirement format
-
Yezhen Cong authored
* fix urls that end with .md * more
-
Ziyi Wu authored
* add configs for pn2 on s3dis * fix bugs * add README for PN2 segmentor * update configs file after experiments * update README * add base schedule files for seg configs * rename pn2_seg config files * update pn2 links in README * add metafile for pn2
-
- 11 May, 2021 2 commits
- 10 May, 2021 1 commit
-
-
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
-
- 30 Apr, 2021 3 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>
-
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
-
twang authored
-
- 28 Apr, 2021 3 commits
-
-
Ziyi Wu authored
-
Ziyi Wu authored
* typos in gitignore * modify customize_runtime docs * update MMGen description * replace mmdet with mmdet3d * add MMOCR
-
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
-
- 27 Apr, 2021 1 commit
-
-
Ziyi Wu authored
* efficient mapping by matrix indexing * add pointsegmapping unit test * add max_cat_id args everywhere PointSegClassMapping is called in codebase * add default value for max_cat_id for safety * add assertion of max_cat_id
-
- 23 Apr, 2021 2 commits
-
-
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
-
Ziyi Wu authored
* add QR code & add MMGen * modify tag to comment * update re-expression
-
- 21 Apr, 2021 2 commits
-
-
Ziyi Wu authored
-
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 1 commit
-
-
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
-
- 14 Apr, 2021 1 commit
-
-
Yezhen Cong authored
-
- 08 Apr, 2021 2 commits
-
-
Ziyi Wu authored
* uncomplete * support lidar2img loading * add box_type_3d args in MVX-Net config file * support multi-modality demo for LiDAR point clouds * support multi-modality demo for indoor (depth) point clouds * move demo data into folder and modify docs * add input check & more general filename matching * update docs for demo and add README file for demo * add score_threshold option to demos * add data for ScanNet & KITTI dataset multi-modality test * add multi-modality visualization in ScanNet and KITTI dataset * add unittest for modified visualization function * delete saved temp file and dirs in unittests using TemporaryDirectory * fix typos in docs & move README of demos to docs/ * add demo docs to documentation * fix link error Co-authored-by:wHao-Wu <wenhaowu.chn@gmail.com>
-
Wenhao Wu authored
* browse_dataset * move visualization config from 'configs/' to 'configs/_base_' * refine * refine * adding argument option & browsing testing split only * support get_loading_pipeline & browsing training split * support get_loading_pipeline & browsing training split * support get_loading_pipeline & browsing training split * add condition of RepeatDataset & support the usage of cfg-options & refine useful_tools.md * add condition of RepeatDataset & support the usage of cfg-options & refine useful_tools.md * enable dataset browsing with empty gt & update docs/useful_tools * support all 3d dataset * fix small typos * fix small bugs Co-authored-by:Wuziyi616 <dazitu616@gmail.com>
-
- 07 Apr, 2021 1 commit
-
-
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
-
- 02 Apr, 2021 1 commit
-
-
twang authored
* Update README.md * Update README_zh-CN.md * Update getting_started.md * Update changelog.md * Change pdf to abs link and revise the highlights
-
- 30 Mar, 2021 1 commit
-
-
xiliu8006 authored
* add numba and numpy version problem to FAQ * delete duplicate docs * modify numpy->numba * add workaround * numpy version < 1.20.0 * modify docstring * Update faq.md Co-authored-by:Wenwei Zhang <40779233+ZwwWayne@users.noreply.github.com>
-
- 28 Mar, 2021 1 commit
-
-
Ziyi Wu authored
* fix link to convert_votenet_checkpoints.py * remove redundant space in docstring * fix typos * fix link and latex citation in README * fix link error for publish_model.py * fix link error for regnet2mmdet.py * fix link error for files under tools/misc/ folder * fix link error for files under tools/analysis_tools/ folder * fix latex citation in README_zh-CN.md * fix typo and a link to mmdet
-
- 26 Mar, 2021 1 commit
-
-
Yezhen Cong authored
* add model zoo * change bibtex and more doc
-
- 23 Mar, 2021 2 commits
- 10 Mar, 2021 1 commit
-
-
Yezhen Cong authored
-
- 08 Mar, 2021 1 commit
-
-
Wenhao Wu authored
* add faq * faq revised * faq revised * faq revised * faq revised * faq revised --- add title & add line to index.rst
-
- 02 Mar, 2021 2 commits