Giter Club home page Giter Club logo

radar-full-velocity's Introduction

Full-Velocity Radar Returns by Radar-Camera Fusion

example figure The radar full velocity is estimated by using Doppler velocity and optical flow, which can be computed with (a) a previous image or (b) the next image.

Directories

data/ 	 
	nuscenes/                 		    
		annotations/
		maps/
		samples/
		sweeps/
		v1.0-trainval/
lib/
scripts/
external/       
	RAFT/                   	     				

Setup

  • Create a conda environment called pda
conda create -n pda python=3.6
  • Install required packages
pip install -r requirements.txt
  • Download nuScenes dataset (Full dataset (v1.0) Trainval) into data/nuscenes/
  • Clone external repos RAFT into external/

Code

1. Data preparation

cd scripts

# 1) split data
python split_data.py

# 2) extract images for flow computation
python prepare_flow_im.py

# 3) compute image flow
python cal_flow.py 

# 4) transform image flow to normalized expression (u2,v2)
python cal_im_flow2uv.py  

# 5) create .h5 dataset file
python gen_h5_file3.py           

2. Estimate radar-camera association

python train_association.py        # train
python test_association.py         # demo

Download pre-trained weights

3. Predict radar full velocity

# 1) generate offsets of radar projections based on associations
python test_association.py  --gen_offset

# 2) demo of full velocity prediction
python prd_full_v.py

# 3) evaluation of point-wise velocity
python pt_wise_error.py

Citation

@InProceedings{Long_2021_ICCV,
    author    = {Long, Yunfei and Morris, Daniel and Liu, Xiaoming and Castro, Marcos and Chakravarty, Punarjay and Narayanan, Praveen},
    title     = {Full-Velocity Radar Returns by Radar-Camera Fusion},
    booktitle = {Proceedings of the IEEE/CVF International Conference on Computer Vision},
    month     = {October},
    year      = {2021}
}

radar-full-velocity's People

Contributors

longyunf avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.