- 08 Apr, 2021 4 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>
-
Ziyi Wu authored
-
Ziyi Wu authored
-
- 07 Apr, 2021 4 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
-
zhanggefan authored
- fix 'invalid configuration argument' error triggered by empty point input. test cases covering similar situations are added to test_dynamic_scatter.py as well. trivial changes: - switch to using torch::unique_dim to generate reduce mapping instead of calculating it from scratch.
-
xiliu8006 authored
* support nuimages visualization * recover config * support nuimages visualization * support batchsize > 1 * add comments
-
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
-
- 04 Apr, 2021 2 commits
-
-
ZwwWayne authored
-
Wenwei Zhang authored
* fix pt1.8 issues * fix pt1.8 issues
-
- 02 Apr, 2021 2 commits
- 31 Mar, 2021 1 commit
-
-
xiliu8006 authored
* modify vote_head to support 3dssd * delete .keys() * add 3dssd unittest * 3dssd->ssd3d
-
- 30 Mar, 2021 4 commits
-
-
Yezhen Cong authored
* sunrgbd doc update and change in image path * rephrase
-
xiliu8006 authored
* add 3dssd model and log link * add kitti devkit evaluation result * update perfermance * update perfermance * modify perfermance
-
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>
-
loveSnowBest authored
-
- 29 Mar, 2021 1 commit
-
-
Wenwei Zhang authored
* fix compilation error in pytorch 1.7 * add pt1.7 build * Update build.yml
-
- 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 2 commits
-
-
Yezhen Cong authored
* add model zoo * change bibtex and more doc
-
xiliu8006 authored
* support nuscenes dataset in demo * add convert_SyncBN in __init__ * fix meshlab visualization bug * modify meshlab unittest * add docstring * add empty line in docstring Co-authored-by:xiliu8006 <xiliu800@gmail.com>
-
- 24 Mar, 2021 4 commits
-
-
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>
-
Yezhen Cong authored
* fix a bug when adding val to workflow * update
-
xiliu8006 authored
* Avoid 4 dims points * add assert prinf * modify print info
-
Yezhen Cong authored
-
- 23 Mar, 2021 3 commits
-
-
Feng Wang authored
* fix SECOND Waymo results * fix pr number
-
xiliu8006 authored
-
Yezhen Cong authored
* support knn gpu op * made it more robust and fixed comments * bugfix and add warning in docstring
-
- 22 Mar, 2021 1 commit
-
-
xiliu8006 authored
* add citation format * add CN version citation format * delete 's * delete 's * modify citation title
-
- 20 Mar, 2021 1 commit
-
-
Tianwei Yin authored
* Update README.md * Update README_zh-CN.md * Update README.md
-
- 17 Mar, 2021 2 commits
-
-
Yezhen Cong authored
* support knn gpu op * made it more robust and fixed comments
-
junhaozhang98 authored
* add ini * add semantickitti_dataset * add test semantickitti_dataset * delete last line in test_semmaticdataset * add test data * change_names * load_labels dytype * change_name * numpy * name * dtype string * minor issue-string * seg_3d_dtype * add_fast hist * add per_class iou * add seg_eval * add unitest * minor error * minor error2 * minor error3
-
- 10 Mar, 2021 3 commits
-
-
Yezhen Cong authored
-
Yezhen Cong authored
-
Wenhao Wu authored
* refactor * refactor train/test * refactor train/test * refactor train.py/test.py * refactor train.py/test.py --- specify default of seed to 0 & save mmdet version instead of mmdet3d git hash * refactor train.py/test.py --- specify default of seed to 0 & save mmdet version instead of mmdet3d git hash
-
- 08 Mar, 2021 2 commits
-
-
yinchimaoliang authored
-
Wenhao Wu authored
* add faq * faq revised * faq revised * faq revised * faq revised * faq revised --- add title & add line to index.rst
-
- 05 Mar, 2021 1 commit
-
-
xiliu8006 authored
-
- 02 Mar, 2021 2 commits
-
-
twang authored
* Update README.md * Update README_zh-CN.md * Update getting_started.md * Update version.py * Update changelog.md * Update changelog.md * Update changelog.md
-
zhanggefan authored
[Fix] fix a bug that may cause compilation failure of dynamic voxelization when using GPUs with compute capability lower than 6.x (#326) * fix a bug that may cause compilation failure of dynamic voxelization when using gpus with compute capability lower than 6.x fix imperfection kernel code that may unintentionally discard valid points when input points count is larger than 50000 * 512 (nearly impossible though). * Modified scatter_points_cuda.cu to ensure backward compatibility with PyTorch1.5 on CUDA9.0 * fix the issue of DynamicScatter gradient check failure by explicit mark non-floating-point tensor as non-differentiable.
-