Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content
/ FADet Public

Implementation of 'FADet: A Multi-sensor 3D Object Detection Network based on Local Featured Attention'

Notifications You must be signed in to change notification settings

ZionGo6/FADet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

FADet

Implementation of 'FADet: A Multi-sensor 3D Object Detection Network based on Local Featured Attention'

Demo

Abstract

Results

LiDAR+Cam 3D Object Detection (on nuScenes validation)

radar+Cam 3D Object Detection (on nuScenes validation)

Usage

Prerequisites

Firstly,

git clone https://github.com/ZionGo6/FADet

We recommend to run our FADet in docker container, dockerfile and dependencies are prepared in this repo.

cd FADet/docker/

To build docker image, run:

./01_build_image.sh

Change the parameters inside as you need then run the container:

./02_run_container.sh

In the docker container, run:

pip install -v -e .

Dataset

We use full nuScenes dataset, please download and process dataset based on here. Finally, the data/ should be like this:

├── data
│   ├── nuscenes
│   │   ├── maps
│   │   ├── samples
│   │   ├── sweeps
│   │   ├── v1.0-test
|   |   ├── v1.0-trainval
│   │   ├── nuscenes_database
│   │   ├── nuscenes_infos_train.pkl
│   │   ├── nuscenes_infos_val.pkl
│   │   ├── nuscenes_infos_test.pkl
│   │   ├── nuscenes_dbinfos_train.pkl

Train

Evaluation

Test

Will release soon

About

Implementation of 'FADet: A Multi-sensor 3D Object Detection Network based on Local Featured Attention'

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published