lucastabelini / PolyLaneNet

Code for the paper entitled "PolyLaneNet: Lane Estimation via Deep Polynomial Regression" (ICPR 2020)
https://arxiv.org/abs/2004.10924
MIT License
301 stars 75 forks source link

problem about speed #53

Closed xxKomorebixx closed 3 years ago

xxKomorebixx commented 3 years ago

Sorry, I have one more question. Unlike LANEATT, I did not find another file in polylanenet to test the speed. I got 1008 FPS after running test.py. Should I run another file to test the real speed?

lucastabelini commented 3 years ago

No, you can use test.py. Did you set the batch size to 1?

xxKomorebixx commented 3 years ago

Okay, thank you very much for your patient and detailed answer.