This repository contains the official implementation of LEROjD: Lidar Extended Radar-Only Object Detection, Accepted for publication at ECCV 2024
[2024-08-] Initial release
Our code is based on SparseKD which itself is based on OpenPCDet v0.5.2. Some changes of OpenPCDet v0.6.0, like DSVT, are integrated in this codebase.
We only supply code for execution on the View of Delft. The code should be applicable to other datasets with minor changes.
Due to the limited availability of evaluation on the View of Delft Test dataset we use a different split of the dataset for training and evaluation. This modified split is available in the data folder.
Please refer to INSTALL.md for the installation.
Please refer to GETTING_STARTED.md to learn more usage of OpenPCDet.
This codebase is released under the Apache 2.0 license.
Our code is heavily based on SparseKD and OpenPCDet. Thanks to the authors of SparseKD as well as the OpenPCDet Development Team for their awesome codebase.