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} +} + +```