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

results do not agree with the author #32

Closed
CongerW opened this issue Nov 26, 2021 · 4 comments
Closed

results do not agree with the author #32

CongerW opened this issue Nov 26, 2021 · 4 comments

Comments

@CongerW
Copy link

CongerW commented Nov 26, 2021

I tested the model provided by the authors and the results were a bit different from what the authors described.
Do you have the same experience?
model: large.
result:
[{"name":"Accuracy","value":0.9636818107904509,"order":"desc"},{"name":"FP","value":0.021141864366163457,"order":"asc"},{"name":"FN","value":0.03633477114785525,"order":"asc"},{"name":"F1","value":0.9712022686934042,"order":"asc"}]

@CongerW CongerW closed this as completed Nov 29, 2021
@CongerW
Copy link
Author

CongerW commented Nov 29, 2021

I know the reason:
I change the code here
locations[:0, :, :] /= H
locations[:1, :, :] /= W
to:
locations[:,0, :, :] /= H
locations[:,1, :, :] /= W

@gautamjain1009
Copy link

@CongerW Can you tell me how did you obtain those results! As per the documentation I can not figure it out how to obtain those metrics via the code available?

@CongerW
Copy link
Author

CongerW commented Mar 7, 2022

@CongerW Can you tell me how did you obtain those results! As per the documentation I can not figure it out how to obtain those metrics via the code available?

You can use the code: tools/condlanenet/tusimple/evaluate/lane.py to get the metrics.

@CongerW
Copy link
Author

CongerW commented Mar 7, 2022

@gautamjain1009

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

2 participants