Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add condlane #20

Merged
merged 15 commits into from
Sep 11, 2021
Prev Previous commit
Next Next commit
add README.md for condlane
  • Loading branch information
Turoad committed Jul 2, 2021
commit bd6a70f52889af67250abd1905cdcf837b39d92a
17 changes: 17 additions & 0 deletions configs/condlane/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# CondLaneNet: a Top-to-down Lane Detection Framework Based on Conditional Convolution

## Introduction

```latex
@article{liu2021condlanenet,
title={CondLaneNet: a Top-to-down Lane Detection Framework Based on Conditional Convolution},
author={Liu, Lizhe and Chen, Xiaohao and Zhu, Siyu and Tan, Ping},
journal={arXiv preprint arXiv:2105.05003},
year={2021}
}
```

## Models
| Architecture| Backbone |Dataset | Metric | Config| Checkpoints |
|-------------|----------|--------|--------|-------|--------------|
| CondLane | ResNet101 | CULane | F1: 76.46| [config]() |[model](https://github.com/Turoad/lanedet/releases/download/1.0/condlane_r101_culane.pth.zip) |