IrohXu / lanenet-lane-detection-pytorch

Unofficial implemention of lanenet model for real time lane detection Pytorch Version
MIT License
150 stars 39 forks source link

output_issue #23

Open Amirayassermohamed opened 1 year ago

Amirayassermohamed commented 1 year ago

Hello, I am runing the pretrained model with UNet but there is an issue in output ,Can you guide me on how fix it ,I will attach the output here. Binary instance

IrohXu commented 1 year ago

Are you using the test.py for lane marking prediction?

Amirayassermohamed commented 1 year ago

yes,I used test.py &changing the model from here cli_helper_test.py ENet give good result but UNet No .

IrohXu commented 1 year ago

How long did you train the UNet model?

Amirayassermohamed commented 1 year ago

I didnot train the UNet mode ,i used your pretrained model in file log

IrohXu commented 1 year ago

I don't provide pretrained UNet weight. Maybe you load the wrong ENet weight into the UNet model.