Skip to content

Latest commit

 

History

History
executable file
·
36 lines (26 loc) · 1.68 KB

README.md

File metadata and controls

executable file
·
36 lines (26 loc) · 1.68 KB

PV_ENcoNet

3d detection model in point cloud

Demo

image image image

Introduction

Workflow

image

img

PV_ENcoNet is an efficient multi-sensor fusion based object detection model that can be deployed on off-the-shelf edge computing device for vehicular platform. PV_ENcoNet can achieve about 17.92 and 24.25 FPS on two different edge computing platforms, and a detection accuracy comparable with the state-of-the-art models on the KITTI public dataset.

Evalution

The table lists the detailed mean Average Precision (mAP) and FPS of some models for 3D detection task. img The following figure illustrates the Precise-Recall (PR) curves of these models when dealing with cars, pedestrians and cyclists. The PR curves describe the overall precision of each model. img

Install

Please refer to Install.md for the installation of PV_ENcoNet.

Usage

Please refer to Get_Started.md for the usage of PV_ENcoNet.

Acknowledgments

We thanks for the opensource codebases:OpenPCDet and RandLA-Net