cfzd / Ultra-Fast-Lane-Detection-v2

Ultra Fast Deep Lane Detection With Hybrid Anchor Driven Ordinal Classification (TPAMI 2022)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

An error about my_interp

PhenixFeather opened this issue · comments

data/dali_data.py", line 246, in next
points_row = my_interp.run(points, self.interp_loc_row, 0)
AttributeError: module 'my_interp' has no attribute 'run'

How can I resolve it?

我已经解决了这个问题,似乎是python3.10引起的,更换python3.7后解决

你好,想请问成功执行sh build.sh显示是怎样的