- 03 Dec, 2022 9 commits
-
-
Xiangxu-0103 authored
* Update getting_started.md * Update getting_started.md
-
thinkthinking authored
-
Xiangxu-0103 authored
* support fcaf3d for s3dis dataset * Update convert_utils.py * Update seg3d_dataset.py * Delete compose.py * fix import error * use `mmengine.Compose` * Update s3dis-3d.py * Update fcaf3d_2xb8_s3dis-3d-5class.py * Update s3dis_dataset.py * update unittest for s3dis * update docs * use `mmcv.Compose` instead of `mmengine.Compose` * update docstring * fix s3dis preprocessing bug * Add typehint * Update config and fix s3dis dataset * update typehit * Update convert_utils.py * Update README and metafile Co-authored-by:Tai-Wang <tab_wang@outlook.com> fix __all__ keyword
-
Xiangxu-0103 authored
* refine doc * refine docs * replace `CLASSES` with `classes` * update doc * Minor fix Co-authored-by:Tai-Wang <tab_wang@outlook.com>
-
Jingwei Zhang authored
* support fast eval on waymo * support waymo evaluatioin more flexible and faster * support waymo evaluatioin more flexible and faster * renames * add docs * add guides for multi-thread evaluation toolkit * fix docstring * add download link for idx2metainfo * add docstring * set convert_kitti_format=False in Lidar-based methods * fix docs * add docstring
-
ChaimZhu authored
* rame CLASS and PALETTE to class and palette * change mmcv-full to mmcv * fix comments
-
Wencheng Wu authored
* [Enhance] Add an example of pcd to bin format. * Fix installation and typo.
-
Xiangxu-0103 authored
-
xiangxu-0103 authored
delete whitespace update docs remove unnecessary optional docs update docs add mmengine assertion add docstring fix mminstall update mmengine version fix [Fix]: fix semantic segmentation related bugs (#1909) fix semantic seg fix lint remove unused imports fix update pointnet2-s3dis config update data_list according to scene_idxs remove useless function fix bug lack `eval_ann_info` during evaluation fix bug update doc fix lint update docs Update det3d_dataset.py update docstrings update docs fix lint update docs fix fix fix lint
-
- 12 Oct, 2022 2 commits
-
-
VVsssssk authored
* bump to rc1 * fix * fix comments * fix comments * fix * fix * fix * fix comments * Minor fixes and sort commits * fix changelog-v1.0 pr sort * fix changelog * fix * fix * add dfm in model tabel * Remove DfM in the readme * Remove DfM in the readme * Update MV-FCOS3D++ description * Add highlights * Update changelog.md Co-authored-by:Tai-Wang <tab_wang@outlook.com>
-
ChaimZhu authored
* update vis doc * support bev visualization and update proj_3d visualization * fix bugs * fix comments and add visualizer in dataset config * fix comments * add draw_points_on_image sample * fix ci * remove mkdir_or_exist * update vis doc
-
- 10 Oct, 2022 1 commit
-
-
Jingwei Zhang authored
* update pre-commit-hook config * fix typos in new pre-commit-hook
-
- 08 Oct, 2022 2 commits
-
-
Shilong Zhang authored
* fix the doc * resolve comments * fix doct
-
ChaimZhu authored
* update customize * update customize dataset * update doc * update doc * fix comments * fix comments
-
- 30 Sep, 2022 1 commit
-
-
VVsssssk authored
* add deploy.yaml * fix * fix * fic * fix * fix * fix * fix * fix * fix * fix bug * fix comments * fix comments * fix * fix * Minor fix Co-authored-by:Tai-Wang <tab_wang@outlook.com>
-
- 29 Sep, 2022 1 commit
-
-
Jingwei Zhang authored
* modify ci config * minor changes * min python==3.7.4 & update install docs * fix data_preprocessor * fix data_preprocessor * install waymo-open-dataset-tf-2-6-0 * update docs
-
- 01 Sep, 2022 9 commits
-
-
ChaimZhu authored
* update repo version * update * update version.py * fix version
-
Shilong Zhang authored
* fix liar_det3d * fix ch liar_det3d * fix en and ch liar_seg and add formart results * resolve the comments * fix the nuscence * fix scannet * fix waymo det * fix docs * fix the doc * fix the command line * fix the command line * fix nuscence * fix nuscence * resolve the comments * resp;ve * Minor fix * Minor fix Co-authored-by:Tai-Wang <tab_wang@outlook.com>
-
ChaimZhu authored
* update ceph in command * update comments * update * fix lint
-
VVsssssk authored
* fix custom runtime * fix custom_model * fix cfg * fix comments * fix comments * fix comments
-
Tai-Wang authored
* Update faq.md * Update getting_started.md * Update the pytorch version * Update faq.md * Update mmcv installation scripts * Update mmcv names * Update installation scripts
-
Tai-Wang authored
* v1.1.0 changelog init * v1.1.0 compatibility init * Create changelog_v1.0.x.md * Add title for changelog_v1.0.x * Update changelog accordingly * Update changelog.md * Fix minor typos * Update model_deployment.md * Update model_deployment.md * Update changelog.md * rephrase Co-authored-by:Wenwei Zhang <40779233+ZwwWayne@users.noreply.github.com>
-
VVsssssk authored
* fix some docs * fix docs * fix cfg * fix docs * fix comments * fix comments * fix comments: * fix comments * fix comments
-
VVsssssk authored
* Update faq.md * Update getting_started.md * Update the pytorch version * Update faq.md * fix cfg docs * fix docs * Update mmcv installation scripts * Update mmcv names * fix comments * fix docs * fix faq Co-authored-by:Tai-Wang <tab_wang@outlook.com>
-
VVsssssk authored
* fix usetools * fix comments
-
- 31 Aug, 2022 2 commits
-
-
Shilong Zhang authored
* fix structure * add version for m2r * read docs * add log * api.rst * fix api.rst * fix the doc
-
ChaimZhu authored
-
- 30 Aug, 2022 2 commits
- 26 Aug, 2022 1 commit
-
-
VVsssssk authored
[Fix] replace mmcv's function and modules imported with mmengine's and sync the latest mmengine (#1765) * replace mmcv to mmengine * fix * fix comments
-
- 22 Aug, 2022 1 commit
-
-
Shilong Zhang authored
* refactor en doc dir * add rst for en * fix rest * add chs * fix lint
-
- 15 Aug, 2022 1 commit
-
-
ChaimZhu authored
* mv voxelization * update * update full * fix configs * improve docstring of data_preprocessor * fix dynamic voxel config * remove default voxel_type in config * fix typos * add docstring * fix ut * update * fix docstring
-
- 09 Aug, 2022 2 commits
- 04 Aug, 2022 1 commit
-
-
Qing Lian authored
* update waymo dataset * [Fix] Fix all unittests and refactor tests directory and add circle ci in `test-1.x` (#1654) * add circle ci * delete github ci * fix ci * fix ut * fix markdown version * rm * fix part of uts * fix comments * change foler * refactor test directory * fix kitti metric ut * fix all ut Co-authored-by:
VVsssssk <shenkun@pjlab.org.cn> * add waymo dataset and evaluation metrics * convert second configs for v2.0 * [Refactor] Unify ceph config (#1677) * refactor ceph in config * support metric load ann file from ceph * add doc string and remove useless code * [Fix]Fix create data (#1659) * add circle ci * delete github ci * fix ci * fix ut * fix markdown version * rm * fix part of uts * fix comments * change foler * refactor test directory * fix kitti metric ut * fix all ut * fix creat data Co-authored-by:
ChaimZhu <zhuchenming@pjlab.org.cn> * [Fix] Fix seg mapping (#1681) * [Doc]: fix markdown version (#1653) * [CI] Add circle ci (#1647) * add circle ci * delete github ci * fix ci * fix ut * fix markdown version * rm * fix seg mapping for scannet * fix requiremetn * fix all seg dataet * resolve commnets Co-authored-by:
VVsssssk <88368822+VVsssssk@users.noreply.github.com> * [Fix] Fix SSN configs (#1686) * modify doc string and evaluation file location * add doc string * remove path mapping in flieclient args Co-authored-by:
ChaimZhu <zhuchenming@pjlab.org.cn> Co-authored-by:
VVsssssk <shenkun@pjlab.org.cn> Co-authored-by:
VVsssssk <88368822+VVsssssk@users.noreply.github.com> Co-authored-by:
Shilong Zhang <61961338+jshilong@users.noreply.github.com>
-
- 20 Jul, 2022 2 commits
-
-
zhangshilong authored
-
jshilong authored
-
- 14 Jun, 2022 1 commit
-
-
Tai-Wang authored
* Release init * v1.0.0rc3 changelog * Update SA-SSD in the model zoo * update SA-SSD model zoo * Update model_zoo.md * Update model_zoo.md * Create README.md * Update README.md * Update changelog.md * Update faq.md * Update pure_point_cloud_dataset.md * Update index.rst
-
- 10 Jun, 2022 1 commit
-
-
Qing Lian authored
* update the installation and faq doc * update the version requirements in installation documents and polish the installation script * change pip3 to pip
-
- 07 Jun, 2022 1 commit
-
-
Tai-Wang authored
* Fix the requirement of mmcv and mmdet * Adjust all the mmcv upper bound version to 1.6.0, remove the version requirement in the CI * Fix windows CI * Fix test_loading due to the update of required mmdet
-