- 30 Jun, 2021 3 commits
-
-
Tai-Wang authored
* Fix typos * Update sample configs * Fix typos * Refine docs
-
Danila Rukhovich authored
-
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 2 commits
-
-
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
-
Danila Rukhovich authored
* add readme for imvoxelnet * Update download links in README
-
- 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
-
- 16 Jun, 2021 3 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
-
Danila Rukhovich authored
-
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 2 commits
-
-
Yezhen Cong authored
* Add reference in`sample_valid_seeds` function used by ImVoteNet * add r to docstring
-
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
-
- 10 Jun, 2021 3 commits
-
-
Yezhen Cong authored
-
Ziyi Wu authored
-
Ziyi Wu authored
* fix when killing before eval * fix resume log
-
- 09 Jun, 2021 3 commits
-
-
Wenwei Zhang authored
* add chinese doc * update
-
Wenwei Zhang authored
-
xiliu8006 authored
-
- 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 2 commits
-
-
xiliu8006 authored
* fix bg_points_filter * fix 3dssd bg_point_filter bug * fix bg_filter bug in 3dssd * update performance * add model download link
-
Ziyi Wu authored
* unit test for LoadImageFromFileMono3D * fix GlobalRotScaleTrans assertion * add unit test for ObjectNameFilter * add unit test for ObjectRangeFilter
-
- 03 Jun, 2021 1 commit
-
-
Ziyi Wu authored
-
- 01 Jun, 2021 2 commits
- 31 May, 2021 4 commits
- 26 May, 2021 8 commits
-
-
Ziyi Wu authored
-
Wenhao Wu authored
* [Fix] Supplying the model for lyft trained by regnet * updating readme in regnet
-
Ziyi Wu authored
* add knn_heap gpu op support * add unit test * remove old knn & rename knn_heap to knn * interface consistency
-
Ziyi Wu authored
* add RandomDropPointsColor transform * add unit test * add link to PAConv
-
Yezhen Cong authored
-
Wenhao Wu authored
* [Fix] Supplying the model for lyft trained by pointpillars * updating metafile in pointpillars * updating lyft model info in ssn readme
-
Wenhao Wu authored
* [Fix] Converting point with specify rt_matrix * boundary condition * more readability and comprehensibility
-
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
-
- 24 May, 2021 1 commit
-
-
Wenhao Wu authored
-
- 20 May, 2021 1 commit
-
-
Jetze Schuurmans authored
* pip install mmsegmentation Change from mmseg to mmsegmentation. * Update Dockerfile Co-authored-by:Yezhen Cong <52420115+THU17cyz@users.noreply.github.com>
-
- 19 May, 2021 1 commit
-
-
Ziyi Wu authored
* fix if condition to enable KITTI detectors eval on nus/lyft datasets * fix comments
-