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

投影到3D问题 #110

Closed JiweiMaster closed 1 year ago

JiweiMaster commented 2 years ago

网络输出的车道线,拟合的曲线,可以投影到3D吗?

voldemortX commented 2 years ago

@JiweiMaster 2D车道线检测输出的相当于是 uv 坐标,如果有相机参数和深度信息,可以投影到3D。

这里讲了基本的形式:https://zhuanlan.zhihu.com/p/144307108

实际的相机参数矩阵自由度可能更高,比如内参还可以有axis skew,这取决于你的相机模型。

voldemortX commented 1 year ago

This issue seems to be addressed. I'll close it for now. Feel free to continue commenting for reopen/open a new one.