- 18 Jun, 2022 1 commit
-
-
Shaoshuai Shi authored
-
- 06 Jun, 2022 1 commit
-
-
Dušan Malić authored
* Reflect the changes of the default behavior of grid_sample and affine_grid. If PyTorch > 1.3.0 align_corners will be set to False by default. This is undesired behavior. * Support grid_sample and affine_grid for PyTorch<1.3 as well. Co-authored-by:Dusan Malic <dusan.malic@icg.tugraz.at>
-
- 30 May, 2022 2 commits
-
-
yukang.chen authored
-
yukang.chen authored
-
- 18 Feb, 2022 1 commit
-
-
Christoph Gerum authored
* Fix missing __init__.py * Add further missing __init__.py
-
- 17 Jan, 2022 3 commits
-
-
Jiajun Deng authored
* add dynamic pillar vfe * make the upperbound unaccessible * add place holder for voxel generation * add DynPillarVFE * add PFNLayerV2 * add try except for torch_scatter package * add dynamic pillar in readme * add the cfg file of centerpoint with dynamic pillar * recover original mask_points_by_range * masking points with points_coords out of grid_size * add dynamic voxelization and config for voxel_rcnn * add multi_scale_3d_strides in resbackbone
-
Jiajun Deng authored
* add dynamic pillar vfe * make the upperbound unaccessible * add place holder for voxel generation * add DynPillarVFE * add PFNLayerV2 * add try except for torch_scatter package * add dynamic pillar in readme * add the cfg file of centerpoint with dynamic pillar * recover original mask_points_by_range * masking points with points_coords out of grid_size * add dynamic voxelization and config for voxel_rcnn
-
Jiajun Deng authored
* add dynamic pillar vfe * make the upperbound unaccessible * add place holder for voxel generation * add DynPillarVFE * add PFNLayerV2 * add try except for torch_scatter package * add dynamic pillar in readme * add the cfg file of centerpoint with dynamic pillar * recover original mask_points_by_range * masking points with points_coords out of grid_size
-
- 15 Jan, 2022 1 commit
-
-
djiajunustc authored
* add dynamic pillar vfe * make the upperbound unaccessible * add place holder for voxel generation * add DynPillarVFE * add PFNLayerV2 * add try except for torch_scatter package * add dynamic pillar in readme * add the cfg file of centerpoint with dynamic pillar
-
- 26 Dec, 2021 4 commits
-
-
Shaoshuai Shi authored
-
Shaoshuai Shi authored
-
Shaoshuai Shi authored
-
Shaoshuai Shi authored
-
- 24 Nov, 2021 1 commit
-
-
Shaoshuai Shi authored
-
- 23 Nov, 2021 1 commit
-
-
Shaoshuai Shi authored
-
- 05 Nov, 2021 1 commit
-
-
acivgin1 authored
-
- 04 Nov, 2021 1 commit
-
-
acivgin1 authored
-
- 03 Nov, 2021 1 commit
-
-
acivgin1 authored
-
- 08 Jun, 2021 2 commits
-
-
djiajunustc authored
* add voxel roi pooling * add voxel r-cnn head * add voxel query * add voxel r-cnn * add Voxel R-CNN * add infos about Voxel R-CNN * add voxel_rcnn_car.yaml * add infos about Voxel R-CNN Co-authored-by:Shaoshuai Shi <shaoshuaics@gmail.com>
-
shijianjian authored
-
- 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 1 commit
-
-
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.
-
- 19 Jan, 2021 1 commit
-
-
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()
-
- 30 Jul, 2020 1 commit
-
-
Shaoshuai Shi authored
-
- 23 Jul, 2020 2 commits
-
-
Shaoshuai Shi authored
-
Shaoshuai Shi authored
-
- 22 Jul, 2020 1 commit
-
-
Shaoshuai Shi authored
-
- 21 Jul, 2020 1 commit
-
-
Shaoshuai Shi authored
-
- 13 Jul, 2020 2 commits
-
-
Shaoshuai Shi authored
-
Shaoshuai Shi authored
-
- 06 Jul, 2020 3 commits
-
-
Shaoshuai Shi authored
-
Gus-Guo authored
support more flexible setting of conv head; slice inputs when batch size is too large in PFNLayer to avoid bugs (#124) * support more flexible setting * slice inputs of nn.Linear when batch size is too large
-
Shaoshuai Shi authored
-
- 04 Jul, 2020 1 commit
-
-
Gus-Guo authored
support more flexible setting of conv head; slice inputs when batch size is too large in PFNLayer to avoid bugs (#124) * support more flexible setting * slice inputs of nn.Linear when batch size is too large
-
- 23 Jun, 2020 2 commits
-
-
Gus-Guo authored
-
Shaoshuai Shi authored
all model codes refactoring for training/testing, support multiple 3D detectors (SECOND, PartA2-Net (official release), PV-RCNN (official release))
-