Git Product home page Git Product logo

centerlinedet's Introduction

CenterLineDet

This is the official repo of paper CenterLineDet: Road Lane CenterLine Graph Detection With Vehicle-Mounted Sensors by Transformer for High-definition Map Creation by Zhenhua Xu, Yuxuan Liu, Yuxiang Sun, Ming Liu and Lujia Wang.

Update

Feb/17/2023: Add raw outputs of CenterLineDet

Jan/18/2023: Release the training code

Jan/17/2023: Accepted by ICRA 2023

Oct/15/2022: Release the inference code

Platform info

Hardware:

GPU: 4 RTX3090
CPU: Intel(R) Xeon(R) Gold 6230 CPU @ 2.10GHz
RAM: 256G
SSD: 4T

Software:

Ubuntu 20.04.3 LTS
CUDA 11.1
Docker 20.10.7
Nvidia-driver 495.29.05

Docker

This repo is implemented in the docker container. Make sure you have docker installed. Please refer to install Docker and Docker beginner tutorial for more information.

Docker image

For train and inference:

cd docker
./build_image.bash

For evaluation:

cd docker_py2
./build_image.bash

Docker container

In ./build_continer.bash and ./build_continer_py2.bash, set home_dir as the directory of this repo, and set dataset_dir as the directory of the downloaded nuscenes dataset.

For train and inference, run

./build_continer.bash

For evaluation, run

./build_continer_py2.bash

Data preparation and pretrained checkpoints

Check ./data for data preparation and pretrained checkpoints.

Implementation

For baseline models (i.e., segmentation based approachs including HDMapNet and our proposed FusionNet), please refer to ./segmentation_baselines.

For CenterLineDet with different perspective transformation models, please refer to ./CenterLineDet.

Contact

For any questions, please open an issue.

Ackonwledgement

We thank the following open-sourced projects:

HDMapNet

STSU

LaneExtraction

SAT2GRAPH

TopoRoad

DETR

Citation

@article{xu2022centerlinedet, title={CenterLineDet: Road Lane CenterLine Graph Detection With Vehicle-Mounted Sensors by Transformer for High-definition Map Creation}, author={Xu, Zhenhua and Liu, Yuxuan and Sun, Yuxiang and Liu, Ming and Wang, Lujia}, journal={arXiv preprint arXiv:2209.07734}, year={2022} }

License

GNU General Public License v3.0

centerlinedet's People

Contributors

tonyxuqaq 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.