"tools/cfgs/vscode:/vscode.git/clone" did not exist on "1376e6105c657e04da8116c938ffe9ec6218a58d"
- 08 Jun, 2021 1 commit
-
-
shijianjian authored
-
- 01 Jun, 2021 2 commits
-
-
Syed Luqman Quadri authored
There was some typo mistakes that i fixed in this file.
-
ArtificialCleverness authored
Co-authored-by:pengfengming <pengfengming@haomo.ai>
-
- 22 May, 2021 1 commit
-
-
Martin Hahner authored
* Download DeepLabV3 if not available yet * Fix dtype issue Fix RuntimeError: expected backend CPU and dtype Float but got backend CPU and dtype Long
-
- 20 May, 2021 1 commit
-
-
Cody Reading authored
* Added CaDDN detector and support for image, depth map, and 2D GT box dataloading * Moved image flip augmentation to augmentor_utils * Updated default get item list to include points * Moved utils functions into transform_utils * Combined FFE + F2V into ImageVFE, renamed FFE to FFN, moved depth downsample into data_processor * Updated README with updated CaDDN weights * Updated comments for image vfe
-
- 10 May, 2021 3 commits
-
-
jihan.yang authored
* support SECOND-IoU * rename file * modify readme and fix model name in __init__.py
-
Lynn authored
-
Martin Hahner authored
If there are less than half of model_cfg.NUM_KEYPOINTS it will lead to RuntimeError: unsupported operation: some elements of the input tensor and the written-to tensor refer to a single memory location. Please clone() the tensor before performing the operation.
-
- 20 Apr, 2021 2 commits
-
-
jihan.yang authored
fixbug: multi_classes_nms and waymo dataset with old version splits
-
jihanyang authored
-
- 27 Jan, 2021 4 commits
-
-
jihan.yang authored
fixbug: modify input args with return for box utils
-
jihanyang authored
-
jihan.yang authored
fixbug: AssertionError features.is_contiguous() in pointnet2_utils.py
-
jihan.yang authored
fixbug: error of sample_points when num_point < far_idx_choice
-
- 19 Jan, 2021 2 commits
-
-
Starrah authored
caused by `features` in pointnet2_backbone.py:78, which is possible to be a non-contiguous tensor, being directly passed into SA_modules without calling .contiguous()
-
Starrah authored
In data_processor.py sample_points, when num_points < far_idx_choice, a negative value is passed into np.random.choice, which cause a ValueError. In fact the variable `near_idxs_choice` return by the deleted line is never used.
-
- 02 Dec, 2020 1 commit
-
-
Shaoshuai Shi authored
-
- 27 Nov, 2020 2 commits
-
-
Shaoshuai Shi authored
* bugfixed: add num_points_in_gt to the waymo_infos for evaluation * add clarification for Waymo evaluation
-
Shaoshuai Shi authored
-
- 25 Nov, 2020 3 commits
-
-
Shaoshuai Shi authored
* add kitti_utils.py for evaluating with KITTI metrics
-
Martin Hahner authored
-
Shaoshuai Shi authored
* bugfixed: ignore empty boxes in visualization * add contiguous() after transpose() at pointrcnn_head.py
-
- 16 Nov, 2020 1 commit
-
-
Shaoshuai Shi authored
-
- 10 Nov, 2020 8 commits
-
-
Shaoshuai Shi authored
-
Shaoshuai Shi authored
-
Shaoshuai Shi authored
-
Shaoshuai Shi authored
-
Shaoshuai Shi authored
-
Shaoshuai Shi authored
-
Shaoshuai Shi authored
-
Shaoshuai Shi authored
-
- 09 Nov, 2020 3 commits
-
-
Shaoshuai Shi authored
-
Shaoshuai Shi authored
-
Shaoshuai Shi authored
-
- 07 Nov, 2020 1 commit
-
-
Shaoshuai Shi authored
-
- 04 Nov, 2020 1 commit
-
-
Shaoshuai Shi authored
-
- 08 Sep, 2020 1 commit
-
-
Martin Hahner authored
-
- 10 Aug, 2020 2 commits
-
-
Shaoshuai Shi authored
-
Shaoshuai Shi authored
-
- 09 Aug, 2020 1 commit
-
-
jihan.yang authored
* automatically find unused tcp port when mgpu train or test * fixbug: set tcp_port before set python args
-