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
首先感谢您提供了这个超棒的方案。我在根据https://github.com/ekzhang/semantic-segmentation.git这个进行模型训练时遇到训练结果一直有较大误差的问题。能否提供下什么建议或思路?谢谢。 下面是我的模型训练结果: validating[Iter: 1 / 1] IoU: Id label iU_1.0 TP FP FN Precision Recall
0 background 99.02 98.40 0.00 0.01 1.00 0.99 1 left_line 0.00 0.00 inf nan 0.00 nan 2 right_line 46.21 0.50 0.53 0.64 0.66 0.61 Mean: 48.41
The text was updated successfully, but these errors were encountered:
No branches or pull requests
首先感谢您提供了这个超棒的方案。我在根据https://github.com/ekzhang/semantic-segmentation.git这个进行模型训练时遇到训练结果一直有较大误差的问题。能否提供下什么建议或思路?谢谢。
下面是我的模型训练结果:
validating[Iter: 1 / 1]
IoU:
Id label iU_1.0 TP FP FN Precision Recall
0 background 99.02 98.40 0.00 0.01 1.00 0.99
1 left_line 0.00 0.00 inf nan 0.00 nan
2 right_line 46.21 0.50 0.53 0.64 0.66 0.61
Mean: 48.41
The text was updated successfully, but these errors were encountered: