Can't reproduce the culane results
See original GitHub issueI 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:
- Created 2 years ago
- Comments:6 (3 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
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
;The correct number is 104886. The number of tested images should be 34680.