We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b43236 commit 3db8f7aCopy full SHA for 3db8f7a
README.md
@@ -40,7 +40,7 @@ Models from this repo are faster to train (**single card trainable**) and often
40
| semantic segmentation | - | [ERFNet](https://ieeexplore.ieee.org/abstract/document/8063438/) |
41
| lane detection | ENet, ERFNet, VGG16, ResNets (18, 34, 50, 101) | Baseline |
42
| lane detection | ERFNet, VGG16, ResNets (18, 34, 50, 101) | [SCNN](https://arxiv.org/abs/1712.06080) |
43
-| lane detection | VGG16, ResNets (18, 34, 50, 101) | [RESA](https://arxiv.org/abs/2008.13719) (*In progress*) |
+| lane detection | ResNets (18, 34, 50, 101) | [RESA](https://arxiv.org/abs/2008.13719) |
44
| lane detection | ERFNet, ENet | [SAD](https://arxiv.org/abs/1908.00821) ([*Postponed*](https://github.com/voldemortX/pytorch-auto-drive/wiki/Notes)) |
45
| lane detection | ERFNet | [PRNet](http://www.ecva.net/papers/eccv_2020/papers_ECCV/papers/123630698.pdf) (*In progress*) |
46
| lane detection | ERFNet, ResNet18-reduced | [LSTR](https://arxiv.org/abs/2011.04233) |
0 commit comments