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
824 stars 137 forks source link

关于贝塞尔曲线的源码 #159

Closed Albertchamberlain closed 9 months ago

Albertchamberlain commented 9 months ago

请问论文的源代码有开源吗,我没有在这个仓库中找到,可否给个代码地址?

voldemortX commented 9 months ago

@Albertchamberlain 可以看一下readme。所有相关方法都有实现。

Albertchamberlain commented 9 months ago

@Albertchamberlain 可以看一下readme。所有相关方法都有实现。

好的,谢谢

Albertchamberlain commented 9 months ago

Readme中好像只有训练的代码,我指的是贝塞尔的model,loss,backbone这种好像没找到

voldemortX commented 9 months ago

Readme中好像只有训练的代码,我指的是贝塞尔的model,loss,backbone这种好像没找到

你可以在config文件里看到这些组件的类名

Albertchamberlain commented 9 months ago

ok,谢谢,我找到了