- 19 Jul, 2022 1 commit
-
-
jihan.yang authored
* To make different spconv version compatible for focalsconv
-
- 02 Jul, 2022 2 commits
-
-
Shaoshuai Shi authored
-
Shaoshuai Shi authored
-
- 22 Jun, 2022 2 commits
- 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
-
- 29 Mar, 2022 2 commits
-
-
Yzichen authored
-
Julian Schoep authored
* fix TypeError in ROI subsampling function * add comment
-
- 18 Feb, 2022 1 commit
-
-
Christoph Gerum authored
* Fix missing __init__.py * Add further missing __init__.py
-
- 24 Jan, 2022 1 commit
-
-
jihan.yang authored
-
- 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
-
- 27 Dec, 2021 1 commit
-
-
Shaoshuai Shi authored
update back to original version of torch.div and torch.meshgrid to also support lower version pytorch
-
- 26 Dec, 2021 6 commits
-
-
Shaoshuai Shi authored
-
Shaoshuai Shi authored
-
Shaoshuai Shi authored
-
Shaoshuai Shi authored
-
Shaoshuai Shi authored
-
Shaoshuai Shi authored
-
- 09 Dec, 2021 1 commit
-
-
Shaoshuai Shi authored
* support PointPillar (anchor-based, anchor-free) for WOD datasets * update OpenPCDet to v0.5.1
-
- 30 Nov, 2021 1 commit
-
-
Shaoshuai Shi authored
-
- 28 Nov, 2021 1 commit
-
-
Shaoshuai Shi authored
-
- 24 Nov, 2021 3 commits
-
-
Shaoshuai Shi authored
-
Shaoshuai Shi authored
-
Shaoshuai Shi authored
-
- 23 Nov, 2021 2 commits
-
-
Shaoshuai Shi authored
bugfixed: weights transformation between spconv 1.x and spconv 2.x, should consider both native/implicit spconv 2.x
-
Shaoshuai Shi authored
-
- 16 Nov, 2021 1 commit
-
-
acivgin1 authored
-
- 05 Nov, 2021 1 commit
-
-
acivgin1 authored
-
- 04 Nov, 2021 3 commits
- 03 Nov, 2021 2 commits
-
-
acivgin1 authored
- as per the spconv documentation, the order of channels in weights is now changed - we need to get all the affected weights, using the util function in spconv_utils - we need to check the version with the version checker in __init__.py - we need to transpose last two dimensions of existing weights, from older models - to avoid duplication a single _load_state_dict method is added
-
acivgin1 authored
-
- 05 Aug, 2021 1 commit
-
-
djiajunustc authored
missing kornia. before image_to_tensor
-