8000 GitHub - Zhuanglong2/RC-ROSNet
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Zhuanglong2/RC-ROSNet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

RC-ROSNet

RC-ROSNet: Fusing 3D Radar Range-Angle Heat Maps and Camera Images for Radar Object Segmentation

by Long Zhuang, Taihong Yang, and Yiqing Yao

Installation

  1. Clone the repo:
$ git clone https://github.com/Zhuanglong2/RC-ROSNet.git
  1. Create a conda environment using:
cd $ROOT/RCROSNet
conda env create -f env.yml
conda activate RCROSNet
pip install -e .

Due to certain discrepancies with scikit library, you might need to do:

pip install scikit-image
pip install scikit-learn

NOTE: We also provide requirements.txt file for venv enthusiasts.

  1. Dataset:

The CARRADA dataset is available on Valeo.ai's github: https://github.com/valeoai/carrada_dataset.

Running the code:

You must specify the path at which you store the logs and load the data from, this is done through:

cd $ROOT/RC-ROSNet-main/mvrss/utils/
python set_paths.py --carrada -dir containing the Carrada file- --logs -dir_to_output-

Training

cd $ROOT/RC-ROSNet-main/mvrss/ 
python -u train.py --cfg ./config_files/RC-RODNet.json --cp_store -dir_to_checkpoint_store-

Testing

$ cd $ROOT/TransRadar/mvrss/ 
$ python -u test.py --cfg $ROOT/RC-ROSNet-main/mvrss/logs/carrada/RC-RODNet/RC-RODNet_3/config.json

Important note:

The pre-trained weights provided were obtained using an NVIDIA GTX 3060Ti GPU. Due to the significant variance in radar data observed across different hardware platforms, we recommend that researchers perform re-evaluation on their own systems for fairness.

Acknowledgements

This repository heavily borrows from TransRadar

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0