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

questions about tusimple evaulation logic #22

Open
ChenzrMax opened this issue Nov 25, 2020 · 0 comments
Open

questions about tusimple evaulation logic #22

ChenzrMax opened this issue Nov 25, 2020 · 0 comments

Comments

@ChenzrMax
Copy link

ChenzrMax commented Nov 25, 2020

hi, authors,
I have several questions about tusimple evaluation logic.

  1. It seems that the evaluation logic doesn't consider whether the prediction and ground truth match with each other, or just default prediction and gt match with each other.

  2. when using pt_thresh=0.85 to calculate num of matched, it seems that the evaluation logic only consider the max(accs) among the lines in single image. As shown in the below:
    max_acc = np.max(accs) if len(accs) > 0 else 0
    if max_acc < LaneEval.pt_thresh:
    fn += 1
    else:
    matched += 1

The above are all my questions, I am looking forward to your reply.

Best,
Max

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