V2AI / Det3D

World's first general purpose 3D object detection codebse.
https://arxiv.org/abs/1908.09492
Apache License 2.0
1.5k stars 298 forks source link

Auxiliary network of SASSD into this framework #128

Open Son-Goku-gpu opened 4 years ago

Son-Goku-gpu commented 4 years ago

Feature

Add auxiliary network of SASSD for regression of box centers and segmentation of points by interpolating voxel features in the training, while removed in the testing.

Motivation

Make extracted voxel features more aware of structural information without increasing inference time in the testing.

@jhultman @poodarchu