Skip to content
New issue

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

curvelanes的训练预测为0 #190

Open
FriendChi opened this issue Oct 5, 2024 · 0 comments
Open

curvelanes的训练预测为0 #190

FriendChi opened this issue Oct 5, 2024 · 0 comments

Comments

@FriendChi
Copy link

使用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))
我先没有管这个警告后面正常训练,结果

40005.7s 229 width_lane: 5
40005.7s 230 iou_threshold: 0.5
40005.7s 231 im_width: 224
40005.7s 232 im_height: 224
40005.7s 233 x_factor: 0.0875
40005.7s 234 y_factor: 0.155556
40005.7s 235 -----------------------------------
40005.7s 236 Evaluating the results...
40009.2s 237 tp: 0 fp: 90428 fn: 0
40009.2s 238 no ground truth positive
40009.2s 239 finished process file
40009.2s 240 precision: 0
40009.2s 241 recall: -1
40009.2s 242 Fmeasure: 0
40009.2s 243 ----------------------------------
40009.2s 244 res_curve 0.0
40009.2s 245 nearly no results!
40009.2s 246 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant