"tools/vscode:/vscode.git/clone" did not exist on "7c3fd6f996f1f3699e5131b0312a770c8896fcb2"
- 26 Apr, 2023 1 commit
-
-
Sun Jiahao authored
* fix local rank in test 2 * fix test.py
-
- 25 Apr, 2023 1 commit
-
-
Jingwei Zhang authored
* fix demo and visualization * update second checkpoint and link * rename link about scannet config * fix amp config and add lidar_seg in vis_hook * revert main to master in changelog_v1.0.x
-
- 24 Apr, 2023 1 commit
-
-
Xiang Xu authored
* support TTA for segmentor * fix UT * fix UT * support scale and rotate tta * update with comments
-
- 28 Feb, 2023 1 commit
-
-
Sun Jiahao authored
* fix polarmix UT * add location * fix base_inferencer scope
-
- 19 Dec, 2022 1 commit
-
-
Timothy authored
* Update visualization_hook.py * Update test.py * Update visualization_hook.py * fix lint issues Co-authored-by:shanmo <shanmo1412@gmail.com>
-
- 01 Sep, 2022 2 commits
- 10 Aug, 2022 1 commit
-
-
VVsssssk authored
[Fix] Fix tools to support auto-scalr lr, custom runner, auto resume and the markdown version used for doc (#1708) * fix train.py * fix test.py * fix rea * add auto-resume
-
- 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 1 commit
-
-
VVsssssk authored
-
- 28 Apr, 2022 1 commit
-
-
VVsssssk authored
* fix mmdet bc breaking * fix version
-
- 20 Apr, 2022 1 commit
-
-
VVsssssk authored
* update pr * add ut * fix ut * fix ut err * fix ut name * resolve comment
-
- 09 Feb, 2022 2 commits
- 26 Jan, 2022 1 commit
-
-
ChaimZhu authored
* Fix bug in non-distributed multi-gpu training/testing * add deprecated warning to void BC-breaking
-
- 24 Nov, 2021 1 commit
-
-
ChaimZhu authored
-
- 19 Aug, 2021 1 commit
-
-
dingchang authored
* Add header for files * Add header for files * Add header for files * Add header for files
-
- 02 Aug, 2021 1 commit
-
-
Ziyi Wu authored
-
- 28 Jul, 2021 1 commit
-
-
Ziyi Wu authored
* add PAConv decode head * add config files * add paconv's correlation loss * support reg loss in Segmentor class * minor fix * add augmentation to configs * fix ed7 in cfg * fix bug in corr loss * enable syncbn in paconv * rename to loss_regularization * rename loss_reg to loss_regularize * use SyncBN * change weight kernels to kernel weights * rename corr_loss to reg_loss * minor fix * configs fix IndoorPatchPointSample * fix grouped points minus center error * update transform_3d & add configs * merge master * fix enlarge_size bug * refine config * remove cfg files * minor fix * add comments on PAConv's ScoreNet * refine comments * update compatibility doc * remove useless lines in transforms_3d * rename with_loss_regularization to with_regularization_loss * revert palette change * remove xavier init from PAConv's ScoreNet
-
- 12 May, 2021 1 commit
-
-
Ziyi Wu authored
* build BaseSegmentor for point sem seg * add encoder-decoder segmentor * update mmseg dependency * fix linting errors * warp predicted seg_mask in dict * add unit test * use build_model to wrap detector and segmentor * fix compatibility with mmseg * faster sliding inference * merge master * configs for training on ScanNet * fix CI errors * add comments & fix typos * hard-code class_weight into configs * fix logger bugs * update segmentor unit test * logger use mmdet3d * use eps to replace hard-coded 1e-3 * add comments * replace np operation with torch code * add comments for class_weight * add comment for BaseSegmentor.simple_test * rewrite EncoderDecoder3D to avoid inheriting from mmseg
-
- 10 Mar, 2021 1 commit
-
-
Wenhao Wu authored
* refactor * refactor train/test * refactor train/test * refactor train.py/test.py * refactor train.py/test.py --- specify default of seed to 0 & save mmdet version instead of mmdet3d git hash * refactor train.py/test.py --- specify default of seed to 0 & save mmdet version instead of mmdet3d git hash
-
- 23 Feb, 2021 1 commit
-
-
xiliu8006 authored
* Move train_cfg/test_cfg to model * Move train_cfg/test_cfg to model * Move train_cfg/test_cfg to model * Move train_cfg/test_cfg to model * Move train_cfg/test_cfg to model * Move train_cfg/test_cfg to model * Move train_cfg/test_cfg to model * Move train_cfg and test_cfg into model * modify centerpoint configs * Modify docs * modify build_detector * modify test_config_build_detector * modify build_detector parameters * Adopt the same strategy in build_detector
-
- 11 Sep, 2020 1 commit
-
-
Yuefeng Wu authored
* update bbox_results to support multi-batches test and fix ci problem in test_part_aggregation_ROI_head * compress test samples in test_parta2_roi_head * compress test samples * fix multi-batch bug * fix multi-batch bug * fix multi-batch bug * fix mvxnet test * fix mvxnet test * multi batch test * multi batch test * multi batch test
-
- 04 Jul, 2020 1 commit
-
-
zhangwenwei authored
-
- 21 Jun, 2020 1 commit
-
-
liyinhao authored
-
- 17 Jun, 2020 1 commit
-
-
zhangwenwei authored
-
- 14 Jun, 2020 1 commit
-
-
wuyuefeng authored
-
- 13 May, 2020 1 commit
-
-
liyinhao authored
-
- 12 May, 2020 1 commit
-
-
yinchimaoliang authored
-
- 18 Apr, 2020 1 commit
-
-
zhangwenwei authored
-
- 14 Apr, 2020 1 commit
-
-
zhangwenwei authored
-