We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
使用python scripts/convert_curvelanes.py出现了下面的警告 Ultra-Fast-Lane-Detection-v2/scripts/convert_curvelanes.py:31: RankWarning: Polyfit may be poorly conditioned curve1 = np.polyfit(line_y[:2], line_x[:2], deg = 1) Ultra-Fast-Lane-Detection-v2/scripts/convert_curvelanes.py:71: RankWarning: Polyfit may be poorly conditioned curve = np.polyfit(arr[1::2], arr[::2], min(len(arr[::2]) - 1, 3)) 我先没有管这个警告后面正常训练,结果
The text was updated successfully, but these errors were encountered:
No branches or pull requests
使用python scripts/convert_curvelanes.py出现了下面的警告
Ultra-Fast-Lane-Detection-v2/scripts/convert_curvelanes.py:31: RankWarning: Polyfit may be poorly conditioned
curve1 = np.polyfit(line_y[:2], line_x[:2], deg = 1)
Ultra-Fast-Lane-Detection-v2/scripts/convert_curvelanes.py:71: RankWarning: Polyfit may be poorly conditioned
curve = np.polyfit(arr[1::2], arr[::2], min(len(arr[::2]) - 1, 3))
我先没有管这个警告后面正常训练,结果
The text was updated successfully, but these errors were encountered: