- 19 Jan, 2022 1 commit
-
-
ChaimZhu authored
-
- 05 Jan, 2022 1 commit
-
-
Wenhao Wu authored
* Update README & getting_started & changelog & version.py * resolve comments * Update the required maximum version of mmcv-full * Update changelog.md * Update getting_started.md * Add highlight in changelog.md
-
- 30 Dec, 2021 1 commit
-
-
Wenhao Wu authored
* Update mmdet minimum version * Update build.yml * mminstall.txt * Update mmseg minimum version
-
- 22 Dec, 2021 1 commit
-
-
Tai-Wang authored
* Fix figure links (also to fix pdf compilation) * Hack pdf doc compilation * Hack pdf doc compilation * Set the priority of figure formats when building html, add png format fig to fix pdf compilation
-
- 21 Dec, 2021 1 commit
-
-
Wenhao Wu authored
* [Fix] Fix docs link * Fix English doc conf link Co-authored-by:Tai-Wang <tab_wang@outlook.com>
-
- 16 Dec, 2021 1 commit
-
-
Tai-Wang authored
* Merge English and Chinese doc into the same folder * Add logo image back * Add logo image back
-
- 15 Dec, 2021 1 commit
-
-
Tai-Wang authored
* Simplify the requirements in the readthedoc yml * Remove unused packages in the docs.txt * Add m2r and recommonmark in the docs.txt * Fix mistune version because the latest mistune does not have module BlockGrammar * Add mmdet in the readthedocs.txt to compile api docs * Add mmseg in the readthedocs.txt to compile api docs * Fix the typo of mmseg (should be mmsegmentation) * Add mmcv.ops into autodoc_mock_imports * Add numba into readthedocs.txt to compile api docs * Remove numba from readthedocs.txt and add runtime requirements in readthedocs.yml
-
- 14 Dec, 2021 1 commit
-
-
ChaimZhu authored
-
- 06 Dec, 2021 2 commits
-
-
Tai-Wang authored
* Update version.py * Update getting_started.md * Update getting_started.md * Update README.md * Update README.md * Update README_zh-CN.md * Update changelog.md * Update changelog.md * Update getting_started.md * Update getting_started.md * Update the upper bound of mmcv version * Update the upper bound of mmcv version * Update the upper bound of mmcv version * Update the PR number * Remove the PGD docker PR (merged into v1.0.0.dev0)
-
ChaimZhu authored
-
- 01 Dec, 2021 1 commit
-
-
MilkClouds authored
* argument show, score_thr added to single_gpu_test * Implemented label color visualization for show_result function * Added show, score_thr argument for base 3 model(mmdetection3d) * Fixed typo(color < 1) for show_result function * Applied pre-commit run --all-files * Revised documentation of show_result and revised variable name * Updated documentation and set default value of score_thr to None
-
- 01 Nov, 2021 1 commit
-
-
Tai-Wang authored
* Update getting_started.md * Update getting_started.md * Update version.py * Update README_zh-CN.md * Update README.md * Update changelog.md * Fix a typo
-
- 27 Oct, 2021 2 commits
- 20 Oct, 2021 2 commits
-
-
Wenhao Wu authored
* [Doc] Add docs_zh-CN/datasets/kitti_det.md * fix_typo * refine doc's index
-
Wenhao Wu authored
* [Doc] Update FAQ * update doc * Update faq.md Co-authored-by:Wenwei Zhang <40779233+ZwwWayne@users.noreply.github.com>
-
- 13 Oct, 2021 1 commit
-
-
Tai-Wang authored
* Add code spell in the pre-commit hook * Fix typos * Remove code-spell in the pre-commit hook, will be added in another PR
-
- 08 Oct, 2021 1 commit
-
-
Tai-Wang authored
* Update version.py * Update getting_started.md * Update getting_started.md * Update README.md * Update README_zh-CN.md * Update README_zh-CN.md * Update README.md * Update changelog.md * Refine v1.0.0.dev0 notes * Refine v1.0.0.dev0 notes * Refine v1.0.0 notes (chinese readme) * Refine some expressions
-
- 24 Sep, 2021 1 commit
-
-
Wenhao Wu authored
* [Enhance] Use PyTorch Sphinx Theme * refine English docs * refine Chinese docs * fix type in Chinese docs
-
- 22 Sep, 2021 1 commit
-
-
dingchang authored
* creat kitti_det.md * Update kitti_det.md * modify kitti_det * add metrics * modified readme * modified readme * modified readme * modify kitti_det * modify docs * modify kitti_det * modify docs * modify docs * location is bottom center * fix typo * fix typo * fix typo Co-authored-by:
刘曦 <xiliu8006@gmail.com> Co-authored-by:
xiliu8006 <75658786+xiliu8006@users.noreply.github.com>
-
- 15 Sep, 2021 1 commit
-
-
Wenhao Wu authored
* uncomplete * [Doc] Add tutorials/customize_models.md Chinese version * add translation of each module * refine code * refine doc
-
- 07 Sep, 2021 1 commit
-
-
ChaimZhu authored
-
- 01 Sep, 2021 1 commit
-
-
Tai-Wang authored
* Update README.md * Update README_zh-CN.md * Update version.py * Update getting_started.md * Update getting_started.md * Update changelog.md * Remove "recent" in the news * Remove "recent" in the news * Fix comments
-
- 24 Aug, 2021 1 commit
-
-
Yezhen Cong authored
* Fix index.rst for zh docs * Change switch language
-
- 18 Aug, 2021 3 commits
-
-
Yezhen Cong authored
* Add complete translation * Refinements * Fix comments * Fix a minor typo Co-authored-by:Tai-Wang <tab_wang@outlook.com>
-
Yezhen Cong authored
* Part * Complete * Fix comments * Fix comments
-
Wenhao Wu authored
* [Doc] Add tutorials/data_pipeline Chinese version * refine doc * Use the absolute link * Use the absolute link Co-authored-by:Tai-Wang <tab_wang@outlook.com>
-
- 09 Aug, 2021 2 commits
-
-
Tai-Wang authored
* Update nuscenes_det.md * Create lyft_det.md * Update index.rst * Fix typos * Create lyft_det.md * Update index.rst * Update nuscenes_det.md
-
Yezhen Cong authored
* Part of the zh doc * Complete the rest * Fix typos * Revert * Fix comments
-
- 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
-
- 03 Aug, 2021 1 commit
-
-
Tai-Wang authored
* Update README.md * Update README_zh-CN.md * Update getting_started.md * Update getting_started.md * Update version.py * Update changelog.md * Update changelog.md * Update changelog.md * Update changelog.md
-
- 02 Aug, 2021 1 commit
-
-
Tai-Wang authored
* Update FCOS3D model link * Update FCOS3D model link
-
- 31 Jul, 2021 5 commits
-
-
Ziyi Wu authored
* add tutorial.config chinese doc * minor fix * refine format * fix typos
-
Ziyi Wu authored
* add scannet seg doc Chinese version * fix typos
-
Ziyi Wu authored
-
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
-
Tai-Wang authored
* Add nuScenes dataset tutorials * Update index.rst * Add nuScenes Chinese doc * Update index.rst * Fix typos * Add notes section
-
- 30 Jul, 2021 2 commits
-
-
Yezhen Cong authored
* Add doc * Creation of SUN RGB-D dataset doc and some mods on ScanNet dataset doc * Revert mistakenly modified file * Fix typos * Add multi-modality related info * Add doc * Creation of SUN RGB-D dataset doc and some mods on ScanNet dataset doc * Revert mistakenly modified file * Fix typos * Add multi-modality related info * Add multi-modality related info * Update according to comments * Add chinese doc and frevised the docs * Add some script * Fix typos and formats * Fix typos * Fix typos
-
Ziyi Wu authored
* add Chinese doc data_preparation.md * add Chinese doc data_preparation.md
-