"vscode:/vscode.git/clone" did not exist on "f5ff917b1dd24cddd45d19f6bb9ba335bf815e83"
- 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
-
- 08 Dec, 2021 1 commit
-
-
Tai-Wang authored
-
- 07 Dec, 2021 3 commits
- 06 Dec, 2021 4 commits
-
-
ChaimZhu authored
* update pre-commit hook * update markdownlint
-
Wenhao Wu authored
-
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
-
- 03 Dec, 2021 1 commit
-
-
ChaimZhu authored
-
- 01 Dec, 2021 4 commits
-
-
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
-
ChaimZhu authored
-
ChaimZhu authored
-
aldakata authored
-
- 24 Nov, 2021 2 commits
- 13 Nov, 2021 1 commit
-
-
Tai-Wang authored
-
- 10 Nov, 2021 2 commits
- 09 Nov, 2021 1 commit
-
-
Wenhao Wu authored
-
- 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 3 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
-
- 11 Oct, 2021 1 commit
-
-
Wenhao Wu authored
-
- 08 Oct, 2021 2 commits
-
-
Tai-Wang authored
* Update bibtex * Update bibtex in the README * Update bibtex in the Chinese README * Update Group-Free-3D bibtex * Fix to be compatible with bibtex grammer
-
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
-
- 29 Sep, 2021 2 commits
-
-
Zongbao Feng authored
-
Tai-Wang authored
-
- 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 2 commits
-
-
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>
-
Sherzodbek authored
* reduce 1e-12 to make difference between variables If 1e-12 is used to make a difference between t1 and t2, then later (t2-t1) might become 0 as 1e-12 can't affect to the number (at least true in pytorch, verified in v1.5.0+). * Revert "reduce 1e-12 to make difference between variables" This reverts commit 33ec7215d22be59bf0012dea748f5cacc33a0fb8. * reduce 1e-12 to make difference between variables If 1e-12 is used to make a difference between t1 and t2, then later (t2-t1) might become 0 as 1e-12 can't affect to the number (at least true in pytorch, verified in v1.5.0+). Not sure whether 1e-7 or 1e-8 worked. But 1e-6 did.
-