lucastabelini / PolyLaneNet

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

trouble in Reproducing the paper results #40

Closed wq1148927746 closed 3 years ago

wq1148927746 commented 3 years ago

Hello, my English level is very poor, I don't understand how to replace the parameter information in the text. Can you attach some pictures to it?

For example:

image

lucastabelini commented 3 years ago

Sorry, I don't know how to make it any more clear than the explanation in the picture.

wq1148927746 commented 3 years ago

Sorry, I don't know how to make it any more clear than the explanation in the picture.

Thanks for your answer. I think you can attach the example you used? That is, how did you run these codes step by step?

Thank you very much!

lucastabelini commented 3 years ago

Example from the README.md file:

python test.py --exp_name tusimple --cfg config.yaml --epoch 2695

Another one:

python test.py --exp_name tusimple --cfg experiments/tusimple/config.yaml --epoch 2695

In this example, $exp_name=tusimple and $exps_dir=experiments.

wq1148927746 commented 3 years ago

Example from the README.md file:

python test.py --exp_name tusimple --cfg config.yaml --epoch 2695

Another one:

python test.py --exp_name tusimple --cfg experiments/tusimple/config.yaml --epoch 2695

In this example, $exp_name=tusimple and $exps_dir=experiments.

Thank you very much! I will try again.