tsinghua-rll / VoxelNet-tensorflow

A 3D object detection system for autonomous driving.
MIT License
453 stars 123 forks source link

Appending temporal information #56

Open OneManArmy93 opened 5 years ago

OneManArmy93 commented 5 years ago

My main goal is to do a joint detection and tracking, and to achieve this i need to integrate the temporal information in the voxel representation to do the tracking. Anyone has an idea how should I proceed? Thank you.