- 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
- 25 Feb, 2021 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 * add open3d visual * modify docstring * use bbox and coord convert * modify docstring * fix bugs for unittest * fix bugs for unittest * modify doc * add visualize script and modify docs * modify docs * fix bugs
-
- 23 Feb, 2021 1 commit
-
-
xiliu8006 authored
* Move train_cfg/test_cfg to model * Move train_cfg/test_cfg to model * Move train_cfg/test_cfg to model * Move train_cfg/test_cfg to model * Move train_cfg/test_cfg to model * Move train_cfg/test_cfg to model * Move train_cfg/test_cfg to model * Move train_cfg and test_cfg into model * modify centerpoint configs * Modify docs * modify build_detector * modify test_config_build_detector * modify build_detector parameters * Adopt the same strategy in build_detector
-
- 21 Feb, 2021 1 commit
-
-
xiliu8006 authored
* Modify README * modify the mmdetection to mmdetection3d in CONTRIBUTING.md and add model zoo link before demo in getting_started.md * arxiv->Arxiv * Add model zoo link
-
- 01 Feb, 2021 1 commit
-
-
twang authored
* Update README.md * Update getting_started.md * Update version.py * Update changelog.md * Update numpy requirements * Update runtime.txt * Merge minor items * Add support for SemanticKITTI dataset
-
- 27 Jan, 2021 1 commit
-
-
twang authored
* Fix log analysis * Update useful_tools.md
-
- 18 Jan, 2021 2 commits
- 15 Jan, 2021 1 commit
-
-
twang authored
-
- 14 Jan, 2021 1 commit
-
-
congee authored
-
- 10 Jan, 2021 1 commit
-
-
congee authored
-
- 04 Jan, 2021 1 commit
-
-
twang authored
* Update README.md * Update version.py * Update getting_started.md * Update __init__.py * Update changelog.md * Update README.md * Update news for nuScenes detection challenge * Update README to be compatible with refactored doc * Update an installation subtitle * rephrase Co-authored-by:ZwwWayne <wayne.zw@outlook.com>
-
- 30 Dec, 2020 1 commit
-
-
twang authored
* Refactor get_started.md primarily * Create data_preparation.md * Refactor model_zoo.md * Remove the title * Put Data Preparation under Get Started * Adjust the level of Model Zoo * Create 1_exist_data_model.md * Create 2_new_data_model.md * Update 1_exist_data_model.md * Create useful_tools.md * Update index.rst * Delete install.md * Adjust the order of get started subsections * First complete version for customized datasets * Update Tutorial 1 * Moved into Tutorials * Update titles of tutorial 3 * Update 2_new_data_model.md * Update 1_exist_data_model.md * Update links to relative paths * Tutorial 2 revised * Delete finetune.md * Create customize_models.md * Create customize_runtime.md * Update index.rst * Update waymo.md * Delete new_modules.md * Preliminary update * Update customize_models.md * Update useful_tools.md * Update title * Fix a typo of tutorial 4 * Update level of titles * Merge verification and demo * Update 1_exist_data_model.md * Update [Dataset Conversion] * Update 2_new_data_model.md * Update customize_dataset.md * Update the example of customized dataset * Update customize_dataset.md * Enhance the doc structure * Update README.md * Change the abs path to relative path
-
- 04 Dec, 2020 1 commit
-
-
twang authored
* Update mmdet maximum version * Update install.md
-
- 30 Nov, 2020 1 commit
-
-
twang authored
* Update changelog for v0.8.0 * Update README.md * Update version.py
-
- 22 Nov, 2020 1 commit
-
-
Jintao Lin authored
* add model stastics * add model stastics and polish docs * add model stastics and polish docs * fix * chmod +x stat.py
-
- 01 Nov, 2020 2 commits
-
-
twang authored
* Update README.md * Update __init__.py * Update changelog.md * Update changelog.md * Fix a minor typo * Fix minor typos * Update changelog.md
-
Wenwei Zhang authored
* make nuimage cat order consistent * support semantic seg * update model links * update readme
-
- 30 Oct, 2020 1 commit
-
-
twang authored
* Add ssn benchmark on nuscenes * Update preliminary nuscenes results * Update model_zoo.md * RegNetX-SSN updated * Add ssn regnet benchmark on Lyft * RegNetX-SSN on Lyft updated * Modify the batch size in the ssn regnet config name * Memory of RegNetX-SSN on Lyft updated * Model and log links updated * Model and log links updated
-
- 27 Oct, 2020 1 commit
-
-
Wenwei Zhang authored
-
- 21 Oct, 2020 1 commit
-
-
twang authored
* Add ssn config on Lyft * Update readme of pointpillars * Update SSN readme * Update model_zoo.md * Update README.md * Fix a minor typo in the nus regnet config * Update README.md
-
- 11 Oct, 2020 1 commit
-
-
twang authored
* Update v0.6.1 change log * Update version.py * Update init file to be compatible with mmdet * Changelog refinement * Sync modification in New Features * Sync modification in Highlights * Changelog refinement * Update README.md for v0.6.1 * Update a newest [fix] PR
-
- 10 Oct, 2020 2 commits
-
-
Wenwei Zhang authored
* support docker * update installation" * update mmcv version * update doc and resolve comment
-
yinchimaoliang authored
-
- 01 Oct, 2020 1 commit
-
-
Wenwei Zhang authored
* Add overall evaluation * Add config waymo-3d-car.py * Update README.md * Create hv_pointpillars_secfpn_sbn_2x16_2x_waymo-3d-3class.py * Create hv_pointpillars_secfpn_sbn_2x16_2x_waymo-3d-car.py * Delete waymo-3d-car.py Instead of using new dataset config, we change the load_interval in the config for specific usage. * update url links Co-authored-by:
Tai-Wang <tab_wang@outlook.com> Co-authored-by:
twang <30491025+Tai-Wang@users.noreply.github.com>
-
- 24 Sep, 2020 3 commits
-
-
twang authored
* Reduce requirements if waymo dataset is not used * Update waymo.md * Update optional.txt * Update waymo.md Add instructions of requirements/optional.txt related to waymo
-
twang authored
* Update docs and add hints for waymo * Change the title of waymo tutorial * Move waymo into the tutorial part * Delete original waymo.md * Update waymo.md * Update index.rst * Update get_started in readme.md * reorganize docs Co-authored-by:zhangwenwei <wayne.zw@outlook.com>
-
yinchimaoliang authored
* Add version assert in init file. * update mmcv requirement Co-authored-by:zhangwenwei <wayne.zw@outlook.com>
-
- 20 Sep, 2020 1 commit
-
-
Wenwei Zhang authored
* Add gitlab CI back * clean isort * Update gitlab CI version * Update mmcv install * fix unit test bug * waymo * Use new flake8 * Update mmdet3d/core/evaluation/waymo_utils/prediction_kitti_to_waymo.py, tools/data_converter/waymo_converter.py files * Add baseline configs for waymo * fix linting * yapf reformat * update waymo results * Update waymo model zoo and docs * Bump v0.6.0 * Fix a minor bug when converting waymo data * Fix cmds in the waymo doc * Fix setup.cfg to pass isort test * Fix waymo configs * Update model zoo link & doc * update version date * clean ci Co-authored-by:
wangtai <wangtai@sensetime.com> Co-authored-by:
Tai-Wang <tab_wang@outlook.com>
-
- 18 Sep, 2020 1 commit
-
-
zhangwenwei authored
-