"examples/vscode:/vscode.git/clone" did not exist on "bc20e93f2df15f81e624cd624e693406180e9178"
- 20 Jul, 2022 9 commits
- 07 Jun, 2022 1 commit
-
-
Wenbo Yu authored
* sassd origin * sassd for merge * Fix flake8 coding style warnings and errors * Fix flake8 indent style * Fix no newline at end of line issue * fix mmdet3d.ops error * Fix flake8 over-indented * Change points_ops format * import format updated * Fix import isort issue * Fix yapf format * classes modification after first review * tmp * solved mmdet3d update issue * fixed comment style and lint errors * fix isort error * fix yapf error * Modify comments * solve merge confilict * unit test added * Fix yamp error * fix lint format * fix loss format error Co-authored-by:Yi-Chen Zhang <yi-chen.zhang@isza.com>
-
- 28 Apr, 2022 1 commit
-
-
VVsssssk authored
* fix mmdet bc breaking * fix version
-
- 27 Apr, 2022 1 commit
-
-
Xiangxu-0103 authored
-
- 20 Apr, 2022 1 commit
-
-
VVsssssk authored
* update pr * add ut * fix ut * fix ut err * fix ut name * resolve comment
-
- 13 Apr, 2022 1 commit
-
-
Haoran Zhou authored
* fix README typo (#1292) * [Fix]fix init_model to support 'device=cpu' (#1275) * fix init_model * Refine warning message Co-authored-by:
Tai-Wang <tab_wang@outlook.com> * fixed docs/zh_cn.getting_started (#1298) * [Doc] Add documentation for multi-node train with pytorch original ddp (#1296) * update mn_train * update * Fix typos Co-authored-by:
Tai-Wang <tab_wang@outlook.com> * add multi-machine dist_train (#1303) * Update Chinese document for speed benchmark * Fix inappropriate expressions Co-authored-by:
ChaimZhu <zhuchenming@pjlab.org.cn> Co-authored-by:
VVsssssk <88368822+VVsssssk@users.noreply.github.com> Co-authored-by:
Tai-Wang <tab_wang@outlook.com> Co-authored-by:
Subjectivist <xuejiapeng_upc@163.com> Co-authored-by:
Enze Xie <Johnny_ez@163.com> Co-authored-by:
Wenwei Zhang <40779233+ZwwWayne@users.noreply.github.com>
-
- 08 Apr, 2022 1 commit
-
-
VVsssssk authored
* fix browse dataset and mmcv max version * fix code
-
- 01 Apr, 2022 1 commit
-
-
zhanggefan authored
[Enhance] Parallel waymo dataset converter and ground truth database generator & Fix unprecise timestamps saving (#1327) * enable parallel waymo dataset converter and fix timestamp overflow bug * update waymo db_sampler configs * add docstrings and do the formatting * fix docstring typos * fix wrong docstrings, and refactor conversion code * add information into the compatibility doc Co-authored-by:Tai-Wang <tab_wang@outlook.com>
-
- 22 Mar, 2022 1 commit
-
-
ChaimZhu authored
-
- 16 Mar, 2022 1 commit
-
-
Tai-Wang authored
-
- 15 Mar, 2022 1 commit
-
-
ChaimZhu authored
-
- 09 Mar, 2022 1 commit
-
-
Enze Xie authored
* update mn_train * update * Fix typos Co-authored-by:Tai-Wang <tab_wang@outlook.com>
-
- 03 Mar, 2022 1 commit
-
-
WRH authored
* change np.long to np.int64 * change all log to int64
-
- 02 Mar, 2022 1 commit
-
-
ChaimZhu authored
* add with_plane flag for create_data.py * update kitti datasets doc
-
- 16 Feb, 2022 1 commit
-
-
Wenhao Wu authored
* fix missed mmcv * reinstall pre-commit and recheck
-
- 09 Feb, 2022 3 commits
-
-
ChaimZhu authored
* update isort * update setuptools * fix * pre-commit run --all-files
-
Wenhao Wu authored
* accelerate training * use multi_processes * get args from config * reorganize env setup * import from mmdet * import from mmdet
-
ChaimZhu authored
* add plane info in pkl file * add_plane_info * fix comments * change to mmcv api * change road plane link
-
- 26 Jan, 2022 1 commit
-
-
ChaimZhu authored
* Fix bug in non-distributed multi-gpu training/testing * add deprecated warning to void BC-breaking
-
- 30 Dec, 2021 1 commit
-
-
ChaimZhu authored
* support dataset augmentation visualization * unify two kinds of dataset visualization * update docs about visualization * fix typos * change description in doc
-
- 22 Dec, 2021 1 commit
-
-
Wenhao Wu authored
-
- 24 Nov, 2021 2 commits
- 10 Nov, 2021 1 commit
-
-
ChaimZhu authored
-
- 27 Oct, 2021 1 commit
-
-
ChaimZhu authored
* add new converter * add compac doc * merge compac doc * add header
-
- 20 Oct, 2021 1 commit
-
-
ChaimZhu authored
* add tochserve support * fully support torchserve * Delete the empty file * fix typos * add docstrings and doc * add config.properties * fix typos and dosctrings * change pipeline name Co-authored-by:Tai-Wang <tab_wang@outlook.com>
-
- 13 Oct, 2021 1 commit
-
-
Tai-Wang authored
-
- 24 Sep, 2021 3 commits
-
-
Yezhen Cong authored
* refactor points_in_boxes * Merge same functions of three boxes * More docstring fixes and unify x/y/z size * Add "optional" and fix "Default" * Add "optional" and fix "Default" * Add "optional" and fix "Default" * Add "optional" and fix "Default" * Add "optional" and fix "Default" * Remove None in function param type * Fix unittest * Add comments for NMS functions * Merge methods of Points * Add unittest * Add optional and default value * Fix box conversion and add unittest * Fix comments * Add unit test * Indent * Fix CI * Remove useless \\ * Remove useless \\ * Remove useless \\ * Remove useless \\ * Remove useless \\ * Add unit test for box bev * More unit tests and refine docstrings in box_np_ops * Fix comment * Add deprecation warning
-
Yezhen Cong authored
* Fixed wrong config paths and fixed a bug in test * Fixed metafile * Coord sys refactor (main code) * Update test_waymo_dataset.py * Manually resolve conflict * Removed unused lines and fixed imports * remove coord2box and box2coord * update dir_limit_offset * Some minor improvements * Removed some \s in comments * Revert a change * Change Box3DMode to Coord3DMode where points are converted * Fix points_in_bbox function * Fix Imvoxelnet config * Revert adding a line * Fix rotation bug when batch size is 0 * Keep sign of dir_scores as before * Fix several comments * Add a comment * Fix docstring * Add data update scripts * Fix comments
-
Yezhen Cong authored
-
- 19 Aug, 2021 1 commit
-
-
dingchang authored
* Add header for files * Add header for files * Add header for files * Add header for files
-
- 18 Aug, 2021 1 commit
-
-
Tai-Wang authored
-