From 64f7fa3b852e15213c80e018edb230dae867ed4e Mon Sep 17 00:00:00 2001 From: Zillur Rahman <54721606+zillur-av@users.noreply.github.com> Date: Fri, 21 Jul 2023 18:51:33 -0700 Subject: [PATCH] Update README.md --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index f0a8168..9140c4b 100644 --- a/README.md +++ b/README.md @@ -12,3 +12,15 @@ To create a dataset in tusimple format, we will use [VIA annotation tool](https: 5. Export the annotations in `json` format. After annotating all the images and exporting the annotation file, run each cell of `tusimple_annotation.ipynb` to get the dataset in tusimple format. + +## Citation +If you use our tool, please cite the following the paper as well as [VIA annotation tool](https://www.robots.ox.ac.uk/~vgg/software/via/) +``` +@article{rahman2023lvlane, + title={LVLane: Deep Learning for Lane Detection and Classification in Challenging Conditions}, + author={Rahman, Zillur and Morris, Brendan Tran}, + journal={2023 IEEE International Conference on Intelligent Trabsportation Systems (ITSC)}, + year={2023} +} + +```