voldemortX / pytorch-auto-drive

PytorchAutoDrive: Segmentation models (ERFNet, ENet, DeepLab, FCN...) and Lane detection models (SCNN, RESA, LSTR, LaneATT, BézierLaneNet...) based on PyTorch with fast training, visualization, benchmarking & deployment help
BSD 3-Clause "New" or "Revised" License
837 stars 137 forks source link

关于UFLD模型 #93

Closed miao02830 closed 2 years ago

miao02830 commented 2 years ago

您好,请问您提供的ufld模型可以训练culane数据集吗?没有看到关于culane的配置文件。您训练过吗,是否正常?我用原作者提供的代码,训练culane数据集得到权重,用训练的权重做测试,生成的lines.txt都是空的。谢谢您。

voldemortX commented 2 years ago

您好,请问您提供的ufld模型可以训练culane数据集吗?没有看到关于culane的配置文件。您训练过吗,是否正常?我用原作者提供的代码,训练culane数据集得到权重,用训练的权重做测试,生成的lines.txt都是空的。谢谢您。

我们的repo里没有ufld。我也没有跑过它的训练。但我听说laneatt的作者跑过ufld的tusimple是可以跑通的,但点数好像略低了一点点。我觉得官方代码应该是可用的,ufld作者提供culane支持了吧应该?

miao02830 commented 2 years ago

好的,我再找找资料,十分感谢您。