https://github.com/Jiaqi-zhang/HoughLaneNet
Tip revision: 9d9effb1befbcf2c71cc1a0b44664cb3cecc223a authored by Jiaqi-Zhang on 06 October 2023, 08:01:31 UTC
Update README.md
Update README.md
Tip revision: 9d9effb
README.md
## HoughLaneNet: lane detection with deep hough transform and dynamic convolution
High speed performance Jittor implementation Code accompanying the paper *HoughLaneNet: lane detection with deep hough transform and dynamic convolution* ([Paper Link](https://arxiv.org/pdf/2307.03494.pdf)), Zhang et al., 2023.
+ Jittor inference code will come soon.
## Citation
If you consider our work useful, please cite the following paper:
```
@misc{zhang2023houghlanenet,
title={HoughLaneNet: Lane Detection with Deep Hough Transform and Dynamic Convolution},
author={Jia-Qi Zhang and Hao-Bin Duan and Jun-Long Chen and Ariel Shamir and Miao Wang},
year={2023},
eprint={2307.03494},
archivePrefix={arXiv},
primaryClass={cs.CV}
}
```
## License
This project is licensed under the [Creative Commons NonCommercial (CC BY-NC 3.0)](https://creativecommons.org/licenses/by-nc/3.0/) license where only
non-commercial usage is allowed. For commercial usage, please contact us.