question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Can't reproduce the culane results

See original GitHub issue

I used the pre-trained weights and python main.py test --exp_name laneatt_r18/34/122_culane. The results do not match with the paper.

laneatt_r18_culane {'TP': 61583, 'FP': 25973, 'FN': 31363, 'Precision': 0.7033555667230116, 'Recall': 0.6625675123189809, 'F1': 0.68223525501102481} laneatt_r34_culane {'TP': 61954, 'FP': 28336, 'FN': 30992, 'Precision': 0.6861667958799424, 'Recall': 0.666559077313709, 'F1': 0.6762208299679102}

laneatt_r122_culane {'TP': 60938, 'FP': 25244, 'FN': 32008, 'Precision': 0.7070850061497761, 'Recall': 0.6556279990532137, 'F1': 0.6803849761064713}

BTW tusimple results perfectly match.

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
Smelllycommented, May 27, 2021

Thx ! I redownloaded the CULane testset and re-evaluate the pretrained model. r18: TP: 72257, FP: 15299, FN: 32629, Precision: 0.8253, Recall: 0.6889, F1: 0.7509; r34: TP: 74676, FP: 15281, FN: 30210, Precision: 0.8301, Recall: 0.7120, F1: 0.7665; r122: TP: 73579, FP: 12603, FN: 31307, Precision: 0.8538, Recall: 0.7015, F1: 0.7702;

0reactions
lucastabelinicommented, May 26, 2021

The correct number is 104886. The number of tested images should be 34680.

Read more comments on GitHub >

github_iconTop Results From Across the Web

What should you do if you cannot reproduce published results?
Just publish. Publish your attempts to replicate the findings, documenting the discrepancies, together with the nice results you've obtained ...
Read more >
What do you do when you just can't seem to reproduce a ...
What I do when I can't reproduce a bug that has been reported to me by a customer is to replicate, ... Write...
Read more >
lucastabelini/LaneATT - GitHub
Reproducing a result from the paper. Set up the dataset you want to reproduce the results on (as described in DATASETS.md). Download the...
Read more >
Can't reproduce assessment data included in affycomp package
<div class="preformatted">Hi, I am trying to load the development version of the affy package and i get the following error. I am using...
Read more >
Reproducibility Report of LaneATT - OpenReview
This report is meant to reproduce the result based on the paper: Keep your Eyes on the Lane: ... The model was tested...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found