- 22 Sep, 2021 1 commit
-
-
Zongbao Feng authored
* visuliaztion typos * fix to visualization * fixed lint errors by pre-commit * upgrade to build_anchor_generator * fixed isort message
-
- 17 Sep, 2021 1 commit
-
-
zhanggefan authored
-
- 15 Sep, 2021 1 commit
-
-
Zongbao Feng authored
-
- 07 Sep, 2021 1 commit
-
-
zhanggefan authored
-
- 19 Aug, 2021 1 commit
-
-
dingchang authored
* Add header for files * Add header for files * Add header for files * Add header for files
-
- 09 Aug, 2021 3 commits
-
-
Ziyi Wu authored
* add paconv_cuda readme * add unit test * fix link * fix link
-
Danila Rukhovich authored
* add s3dis dataset * fix comments; remove _S3DISDataset if favour of ConcatDataset * fix comments * fix comments * fix link in __init__/py * remove unused import * add dataset tests * add pytest.skip
-
Ziyi Wu authored
* fix gf3d cfg name * fix unit test * minor fix
-
- 06 Aug, 2021 1 commit
-
-
Danila Rukhovich authored
* replace all cam_intrinsic * revert cam_intrinsic in test * remove rect and fix lint
-
- 05 Aug, 2021 2 commits
-
-
Ziyi Wu authored
* replace IndoorPointSample to PointSample * add comments for PointSample transform * fix bug when far points > num_sample * refine format * add unit test * minor fix * minor fix
-
Wenhao Wu authored
* [Enhance] Sampling points based on distance metric * fix typo * refine unittest * refine unittest * refine details & add unittest & refine configs * remove __repr__ & rename arg * fix unittest * add unitest * refine unittest * refine code * refine code * refine depth calculation * refine code
-
- 31 Jul, 2021 1 commit
-
-
Ziyi Wu authored
* add cfg * add eps format * update README * update model zoo * add paconv readme * add metafile * hack drop_ratio * use base schedule cfg * remove paconv cuda * monor fix * remove paconv cuda config related * update paconv benchmark * update model link
-
- 28 Jul, 2021 2 commits
-
-
Tai-Wang authored
* Fix nuscenes_mono_dataset unit test due to hack fix * Remove unused codes
-
Ziyi Wu authored
* add PAConv decode head * add config files * add paconv's correlation loss * support reg loss in Segmentor class * minor fix * add augmentation to configs * fix ed7 in cfg * fix bug in corr loss * enable syncbn in paconv * rename to loss_regularization * rename loss_reg to loss_regularize * use SyncBN * change weight kernels to kernel weights * rename corr_loss to reg_loss * minor fix * configs fix IndoorPatchPointSample * fix grouped points minus center error * update transform_3d & add configs * merge master * fix enlarge_size bug * refine config * remove cfg files * minor fix * add comments on PAConv's ScoreNet * refine comments * update compatibility doc * remove useless lines in transforms_3d * rename with_loss_regularization to with_regularization_loss * revert palette change * remove xavier init from PAConv's ScoreNet
-
- 01 Jul, 2021 4 commits
-
-
Ziyi Wu authored
* unravel multi-view img to list * add unit test
-
xiliu8006 authored
* support 3dssd * support one-stage method * for lint * support two_stage * Support all methods * remove init_cfg=[] in configs * test * support h3dnet * fix lint error * fix isort * fix code style error * fix imvotenet bug * rename init_weight->init_weights * clean comma * fix test_apis does not init weights * support newest mmdet and mmcv * fix test_heads h3dnet bug * rm *.swp * remove the wrong code in build.yml * fix ssn low map * modify docs * modified ssn init_config * modify params in backbone pointnet2_sa_ssg * add ssn direction init_cfg * support segmentor * add conv a=sqrt(5) * Convmodule uses kaiming_init * fix centerpointhead init bug * add second conv2d init cfg * add unittest to confirm the input is not be modified * assert gt_bboxes_3d * rm .swag * modify docs mmdet version * adopt fcosmono3d * add fcos 3d original init method * fix mmseg version * add init cfg in fcos_mono3d.py * merge newest master * remove unused code * modify focs config due to changes of resnet * support imvoxelnet pointnet2 * modified the dependencies version * support decode head * fix inference bug * modify the useless init_cfg * fix multi_modality BC-breaking * fix error blank * modify docs error
-
hjin2902 authored
* group-free-3d head * GroupFree3DNet->VoteNet * modify docstring * bugfix: calculate pts_instance_label, decoder self/cross posembed init * support GroupFree3DNet, modify scannnet train config * support point cloud input features dim = 0 * add groupfree3dnet test case * bugfix: softmax in decode boxes * support multi-stage predictions * modify GroupFree3DMultiheadAttention input parameters * refactor: support sunrgbd-based train * refactor: support sunrgbd-based train * fix parts of bug * modify multi-stage prediction * fixbug: conv_channels * bugfix: permute * bugfix: permute * bugfix: expand * fix MAX_NUM_OBJ=64 * 4 gpu training, score_thr = 0.0 * modify config, repeattime=1 * bigfix: expand * modify: GroupFree3DMHA, build_positional_encoding * modify: GroupFree3DMHA, build_positional_encoding * bugfix: torch.nn * bugfix: mean loss * residual -> identity * fix name: DropOut -> Dropout * delete sunrgbd-based congfig * Fix: trailing whitespace * suffix -> prefix * bugfix: groupfree3d config Co-authored-by:jinhui <PJLAB\jinhui@shai14001019l.pjlab.org>
-
xiliu8006 authored
* add unittest to confirm the input is not be modified * assert gt_bboxes_3d * rm .swag * modify np.allclose to np.equal * fix error tap * fix np.equal() error
-
- 30 Jun, 2021 1 commit
-
-
Danila Rukhovich authored
* refactor K and Rt to depth2img for SUN RGB-D * fix lint * update 3 tests * fix extra calib key and comments * remove calib from browse_dataset * fix cam to depth; rename return_z
-
- 16 Jun, 2021 2 commits
-
-
Danila Rukhovich authored
* first try of kitti * fix python3 * imvoxelnet is ready for open-mmlab/mmdetection3d * apply pre-commit * update to ConvModule and AlignedAnchor3DGenerator * add unit tests * fix torch.Tensor in docstrings * revert anchor ranges
-
Ziyi Wu authored
* refactor PN SA module code * refactor PAConv op & add PAConvSAModule * add unit test * add PAConvCUDA SA module * add unit test * minor fix * merge master * move paconv sa modules to a new file * rename to BasePointSAModule * rename to PAConvCUDASAModule * delete typing comment * refine docs * rename mlp_spec to mlp_channel * fix typos in comment
-
- 15 Jun, 2021 1 commit
-
-
Yezhen Cong authored
* Fixed wrong config paths and fixed a bug in test * Fixed metafile
-
- 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
-
- 07 Jun, 2021 1 commit
-
-
Ziyi Wu authored
* support knn query in QueryAndGroup * add cuda implemented assign_scores op * add unit test for paconv assign_score op * refactor op * add non-cuda & cuda version PAConv * minor fix * fix cuda-9.0 compatibility * add weight init of paconv * fix typos * refactor paconv
-
- 06 Jun, 2021 1 commit
-
-
Ziyi Wu authored
* unit test for LoadImageFromFileMono3D * fix GlobalRotScaleTrans assertion * add unit test for ObjectNameFilter * add unit test for ObjectRangeFilter
-
- 01 Jun, 2021 1 commit
-
-
Ziyi Wu authored
* remove useless label_weight args in dataset class * modify unit tests * update compatibility docs
-
- 31 May, 2021 1 commit
-
-
Ziyi Wu authored
* add RandomJitterPoints transform * add unit test * add comments * minor fix
-
- 26 May, 2021 2 commits
-
-
Ziyi Wu authored
* add RandomDropPointsColor transform * add unit test * add link to PAConv
-
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 1 commit
-
-
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
-
- 14 May, 2021 1 commit
-
-
Ziyi Wu authored
-
- 12 May, 2021 1 commit
-
-
Ziyi Wu authored
* build BaseSegmentor for point sem seg * add encoder-decoder segmentor * update mmseg dependency * fix linting errors * warp predicted seg_mask in dict * add unit test * use build_model to wrap detector and segmentor * fix compatibility with mmseg * faster sliding inference * merge master * configs for training on ScanNet * fix CI errors * add comments & fix typos * hard-code class_weight into configs * fix logger bugs * update segmentor unit test * logger use mmdet3d * use eps to replace hard-coded 1e-3 * add comments * replace np operation with torch code * add comments for class_weight * add comment for BaseSegmentor.simple_test * rewrite EncoderDecoder3D to avoid inheriting from mmseg
-
- 11 May, 2021 1 commit
-
-
Ziyi 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
-
- 30 Apr, 2021 1 commit
-
-
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 1 commit
-
-
Yezhen Cong authored
-
- 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
-
-
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
-
- 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
-