- 13 Jul, 2021 2 commits
- 12 Jul, 2021 1 commit
-
-
hjin2902 authored
-
- 09 Jul, 2021 1 commit
-
-
Wenwei Zhang authored
* fix version of sphinx * fix switch
-
- 02 Jul, 2021 2 commits
- 01 Jul, 2021 3 commits
-
-
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
-
Tai-Wang authored
* Create index.rst * Create waymo_det.md * Add waymo doc link * Delete waymo.md * Update index.rst * Update index.rst
-
Wenhao Wu authored
* [Fix] Refine tutorials docs * refine docs * refine docs
-
- 30 Jun, 2021 4 commits
-
-
Ziyi Wu authored
* add seg tutorial * specify sem seg * fix typo
-
hjin2902 authored
* ScanNet-doc: data prepare and train pipeline * add metric of scannet * Fix: data prepare link, summary sentence, 'inwhich' * simplify code script * simplify code script, add few comments
-
Tai-Wang authored
* Fix typos * Update sample configs * Fix typos * Refine docs
-
Tai-Wang authored
* Add mmseg in the doc config files * Remove mocked cv2 * Add opencv-python * Remove mocked imports * Add mminstall requirements * Remove mocked imports correspondingly * Fix mmdet versions * Fix mmseg version
-
- 23 Jun, 2021 1 commit
-
-
Tai-Wang authored
* Rename 0_demo.md to demo.md * Move demo to Get Started * Update Verification correspondingly
-
- 20 Jun, 2021 1 commit
-
-
Ziyi Wu authored
* remove mmseg max ver limit * install mmdet 2.11.0 * mmseg < 0.14.1 * change mmseg to mmsegmentation * fix mmseg to 0.14.0
-
- 18 Jun, 2021 1 commit
-
-
Tai-Wang authored
* Init with LiDAR-Based 3D Detection Tutorial * Add supported tasks doc * Create lidar_det3d.md * Delete supported_tasks.md * Create index.rst * Update lidar_det3d.md
-
- 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 1 commit
-
-
Ziyi Wu authored
-