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

请问作者有没有在tuSimple lane dataset上评估您复现的代码的FP,FN,ACC等评价指标? #101

Closed
BDMLLang opened this issue Nov 23, 2018 · 5 comments

Comments

@BDMLLang
Copy link

现在我想自己评估一些您复现的模型在tuSimple lane dataset上的FP,FN,ACC等评价指标,如果我需要这样做的话该怎么入手呢?

@MaybeShewill-CV
Copy link
Owner

@BDMLLang 参考tusimple的相关文档吧:)

@cardwing
Copy link

@BDMLLang , please refer to my repo which implements SCNN using Tensorflow and this issue to generate pred_file.json.

@BDMLLang
Copy link
Author

BDMLLang commented Dec 7, 2018

@BDMLLang,请参考我的repo,它使用Tensorflow实现SCNN,这个问题生成pred_file.json。

您提供的这个生成pred_file.py脚本,适用于本库中模型的输出吗?感谢!

@cardwing
Copy link

cardwing commented Dec 7, 2018

@BDMLLang , 不是的,你需要用我的repo下的模型的输出。请参考之前我给的那个issue,里面有说明。或者你可以按照我的test_lanenet.py来修改本库的模型的输出方式。

@BDMLLang
Copy link
Author

@BDMLLang,不是的,你需要用我的repo下的模型的输出。请参考之前我给的那个问题,里面有说明。或者你可以按照我的test_lanenet.py来修改本库的模型的输出方式。

请教您一个问题,在评估图森数据集的时候需要提供y坐标=[160-710]对应的x坐标,但我预测的x,y坐标对应不上,是不是需要使用曲线去拟合预测的车道线,再使用y坐标=[160-710]去拟合的曲线中找到对应的预测x坐标,最后使用评估脚本评估acc,是这样的逻辑吗?
还要您提供的生成label.png的脚本,中lane_cmp()函数应该传什么参数进去呢?您代码的这里未传参
image

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

3 participants